Update tag selector styling for macOS

This commit is contained in:
Adomas Venčkauskas 2018-12-18 13:47:11 +02:00
parent f5c4fb06e1
commit fc41326319
10 changed files with 49 additions and 5 deletions

View file

@ -30,7 +30,6 @@
}
svg, img {
vertical-align: middle;
width: 16px;
}
}
span.menu-marker {

View file

@ -0,0 +1,7 @@
.icon > svg, .icon > img {
width: 16px;
}
.icon.icon-downchevron > img {
width: 7px;
}