Closed
Bug 1929594
Opened 1 year ago
Closed 1 year ago
Don't use opacity to style disabled menuitem
Categories
(DevTools :: Shared Components, defect, P3)
DevTools
Shared Components
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
.tooltip-container[type="doorhanger"] {
> .tooltip-panel {
...
.menuitem > .command {
...
&[disabled] {
opacity: 0.5;
}
We should rather used one of our variable to adapt the color of the text
| Assignee | ||
Comment 1•1 year ago
|
||
This makes the element nicely adapt to High Contrast Mode.
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/042ce18dd1e9
[devtools] Use --theme-text-color-inactive for disabled menu items instead of tweaking the opacity. r=devtools-reviewers,ochameau.
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•