[common] fixed menu item's opacity

This commit is contained in:
Maxim Kadushkin 2021-03-28 21:01:18 +03:00
parent 807fa505aa
commit 07ca4c4f34

View file

@ -93,6 +93,7 @@
height: 20px;
margin: -3px 5px 0 -15px;
background-repeat: no-repeat;
opacity: @component-normal-icon-opacity;
}
.no-checkmark.checked {
@ -117,6 +118,10 @@
color: @text-normal-ie;
color: @text-normal;
}
.menu-item-icon {
opacity: 1;
}
}
}