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