Fix bug
This commit is contained in:
parent
b334b929ee
commit
e24c4b1c4d
|
@ -457,9 +457,11 @@
|
||||||
background-position: -@icon-width*4 @icon-normal-top;
|
background-position: -@icon-width*4 @icon-normal-top;
|
||||||
}
|
}
|
||||||
&.zoom-in {
|
&.zoom-in {
|
||||||
|
background-position: -@icon-width*5 0;
|
||||||
background-position: -@icon-width*5 @icon-normal-top;
|
background-position: -@icon-width*5 @icon-normal-top;
|
||||||
}
|
}
|
||||||
&.zoom-out {
|
&.zoom-out {
|
||||||
|
background-position: -@icon-width*6 0;
|
||||||
background-position: -@icon-width*6 @icon-normal-top;
|
background-position: -@icon-width*6 @icon-normal-top;
|
||||||
}
|
}
|
||||||
&.zoom-up {
|
&.zoom-up {
|
||||||
|
|
Loading…
Reference in a new issue