[all] fix bug 47441. there are no svg icons for 150% scaling
This commit is contained in:
parent
92eeb7554a
commit
ae03205fdb
|
@ -877,11 +877,11 @@ svg.icon {
|
|||
only screen and (min-resolution: 144dpi),
|
||||
only screen and (min-resolution: 240dpi) {
|
||||
.@{class100} {
|
||||
display: none;
|
||||
//display: none;
|
||||
}
|
||||
|
||||
.@{class150} {
|
||||
display: block;
|
||||
//display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue