fix 1px shift of applies-to text when favicon is added in FF
This commit is contained in:
parent
6259cc2e79
commit
3db6662d2f
|
@ -656,9 +656,8 @@ a:hover {
|
||||||
.newUI .target img {
|
.newUI .target img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
vertical-align: sub;
|
vertical-align: middle;
|
||||||
margin-left: -20px;
|
margin: -1px 4px 0 -20px;
|
||||||
margin-right: 4px;
|
|
||||||
transition: opacity .5s, filter .5s;
|
transition: opacity .5s, filter .5s;
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
/* workaround for the buggy CSS filter: images in the hidden overflow are shown on Mac */
|
/* workaround for the buggy CSS filter: images in the hidden overflow are shown on Mac */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user