author | Johann Hofmann <jhofmann@mozilla.com> |
Fri, 10 Jun 2016 13:10:08 +0200 | |
changeset 301459 | 0fcee5543705980cf79c0709665826ba8744e606 |
parent 301458 | 6ab97a7c56eedb5298b8bab2e720a93d2186574e |
child 301460 | c2ffbe22285487d5443d840e4c5feaa391f66c8d |
push id | 30335 |
push user | cbook@mozilla.com |
push date | Sun, 12 Jun 2016 09:25:20 +0000 |
treeherder | mozilla-central@9694e3713635 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | paolo |
bugs | 1279465 |
milestone | 50.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/themes/shared/identity-block/identity-block.inc.css | file | annotate | diff | comparison | revisions |
--- a/browser/themes/shared/identity-block/identity-block.inc.css +++ b/browser/themes/shared/identity-block/identity-block.inc.css @@ -42,21 +42,16 @@ background-color: var(--identity-box-hover-background-color); } #identity-box:hover:active, #identity-box[open=true] { background-color: var(--identity-box-selected-background-color); } -#identity-box:hover > :not(#identity-icon), -#identity-box[open=true] > :not(#identity-icon) { - filter: grayscale(100%); -} - #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { color: var(--identity-box-verified-color); } #urlbar[pageproxystate="valid"] > #identity-box.chromeUI { color: var(--identity-box-chrome-color); }