Ensure high-dpi icons are loaded in React components
This commit is contained in:
parent
90a70f7c31
commit
f5c4fb06e1
7 changed files with 83 additions and 66 deletions
|
@ -28,9 +28,10 @@
|
|||
&:last-child {
|
||||
margin-right: -5px;
|
||||
}
|
||||
}
|
||||
svg, img {
|
||||
vertical-align: middle;
|
||||
svg, img {
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
span.menu-marker {
|
||||
-moz-appearance: toolbarbutton-dropdown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue