mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1349562 - Fix slight outline on popup notification buttons. r=jkt
MozReview-Commit-ID: I5ZA1ykGHvp --HG-- extra : rebase_source : e0e840d206bf1e719d72d2d48c0538e6dea35754
This commit is contained in:
parent
187105652e
commit
12e669a84e
@ -65,12 +65,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-notification-button:hover:not([disabled]) {
|
.popup-notification-button:hover:not([disabled]) {
|
||||||
outline: 1px solid var(--arrowpanel-dimmed);
|
|
||||||
background-color: var(--arrowpanel-dimmed);
|
background-color: var(--arrowpanel-dimmed);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-notification-button:hover:active:not([disabled]) {
|
.popup-notification-button:hover:active:not([disabled]) {
|
||||||
outline: 1px solid var(--arrowpanel-dimmed-further);
|
|
||||||
background-color: var(--arrowpanel-dimmed-further);
|
background-color: var(--arrowpanel-dimmed-further);
|
||||||
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
box-shadow: 0 1px 0 hsla(210,4%,10%,.05) inset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user