mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1290017 - Override hover state for non-gray permission icons. r=florian
MozReview-Commit-ID: DBtZgOvdAvI --HG-- extra : rebase_source : 96edcb580be5f19bdc32972fb591f4c755e08124 extra : histedit_source : 892b1a397d3d7598f4d9dac350d21d099247ca84
This commit is contained in:
parent
a21a61d78d
commit
569e44019e
@ -41,7 +41,7 @@
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
#notification-popup-box > .notification-anchor-icon:hover {
|
||||
#notification-popup-box > .notification-anchor-icon:not(.in-use):hover {
|
||||
fill: #606060;
|
||||
}
|
||||
|
||||
@ -274,7 +274,7 @@
|
||||
|
||||
.plugin-icon.plugin-blocked {
|
||||
list-style-image: url(chrome://browser/skin/notification-icons.svg#plugin-blocked);
|
||||
fill: #d92215;
|
||||
fill: #d92215 !important; /* important! to override the default hover color */
|
||||
}
|
||||
|
||||
#notification-popup-box[hidden] {
|
||||
|
Loading…
Reference in New Issue
Block a user