Bug 1735163 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We need to specify a different background-color for this element. We can also do a bit of cleanup here. First, we should add `#protections-popup-not-blocking-section-why:hover` and `#protections-popup-not-blocking-section-why:hover:active` [here](protections-popup-not-blocking-section-why).  However, those rules are being overridden by [these](https://searchfox.org/mozilla-central/rev/d37daf2f82ed22b6a2a5cbbb975423825dfd69fa/browser/themes/shared/controlcenter/panel.inc.css#1008) ones. The second ones are more correct, so we should move the `background-color: var(--panel-item-hover-bgcolor);` and `var(--panel-item-active-bgcolor)` up to the first block, replacing `background-color: var(--arrowpanel-dimmed)` and `var(--arrowpanel-dimmed-further)`. Then we can delete the second set of rules.
We need to specify a different background-color for this element. We can also do a bit of cleanup here. First, we should add `#protections-popup-not-blocking-section-why:hover` and `#protections-popup-not-blocking-section-why:hover:active` [here](https://searchfox.org/mozilla-central/rev/b24799980a929597dcc553cb0854aa6c960c82b5/browser/themes/shared/controlcenter/panel.inc.css#461-465).  However, those rules are being overridden by [these](https://searchfox.org/mozilla-central/rev/d37daf2f82ed22b6a2a5cbbb975423825dfd69fa/browser/themes/shared/controlcenter/panel.inc.css#1008) ones. The second ones are more correct, so we should move the `background-color: var(--panel-item-hover-bgcolor);` and `var(--panel-item-active-bgcolor)` up to the first block, replacing `background-color: var(--arrowpanel-dimmed)` and `var(--arrowpanel-dimmed-further)`. Then we can delete the second set of rules.

Back to Bug 1735163 Comment 1