[common] fixed menu item's opacity
This commit is contained in:
parent
807fa505aa
commit
07ca4c4f34
|
@ -93,6 +93,7 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: -3px 5px 0 -15px;
|
margin: -3px 5px 0 -15px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
opacity: @component-normal-icon-opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-checkmark.checked {
|
.no-checkmark.checked {
|
||||||
|
@ -117,6 +118,10 @@
|
||||||
color: @text-normal-ie;
|
color: @text-normal-ie;
|
||||||
color: @text-normal;
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-item-icon {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue