Update tag selector styling for macOS
This commit is contained in:
parent
f5c4fb06e1
commit
fc41326319
10 changed files with 49 additions and 5 deletions
|
@ -30,7 +30,6 @@
|
|||
}
|
||||
svg, img {
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
span.menu-marker {
|
||||
|
|
7
scss/components/_icons.scss
Normal file
7
scss/components/_icons.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
.icon > svg, .icon > img {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.icon.icon-downchevron > img {
|
||||
width: 7px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue