Closed
Bug 1930099
Opened 2 months ago
Closed 2 months ago
Disabled command buttons should't change opacity in High Contrast Mode
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
.command-bar-button:disabled {
opacity: 0.6;
...
}
we should rather use the inactive variable
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cc1d3f4d360
[devtools] Use --theme-icon-disabled-color for disabled debugger command bar button instead of tweaking opacity. r=devtools-reviewers,bomsy.
Status: ASSIGNED → RESOLVED
Closed: 2 months 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
•