See https://searchfox.org/mozilla-central/rev/aecb006bbb135d707ca4b8cea7572dd8abab6817/devtools/client/themes/tooltips.css#450-451,554,581-583 ``` .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
Bug 1929594 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
See https://searchfox.org/mozilla-central/rev/aecb006bbb135d707ca4b8cea7572dd8abab6817/devtools/client/themes/tooltips.css#450-451,554,581-583 ```css .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