[common] fix icon 'close'
This commit is contained in:
parent
c86e2c4402
commit
d509fa991b
|
@ -313,11 +313,6 @@
|
||||||
|
|
||||||
&.btn-reject {
|
&.btn-reject {
|
||||||
position: relative;
|
position: relative;
|
||||||
opacity: 0.7;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
@ -326,13 +321,10 @@
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7px;
|
left: 8px;
|
||||||
left: calc(7px/@pixel-ratio-factor);
|
top: 2px;
|
||||||
top: @scaled-one-px-value-ie;
|
height: 12px;
|
||||||
top: @scaled-one-px-value;
|
width: 2px;
|
||||||
height: 14px;
|
|
||||||
width: @scaled-one-px-value-ie;
|
|
||||||
width: @scaled-one-px-value;
|
|
||||||
background-color: @icon-normal-ie;
|
background-color: @icon-normal-ie;
|
||||||
background-color: @icon-normal;
|
background-color: @icon-normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue