[SSE PE] fix disabled state's icon

This commit is contained in:
Maxim Kadushkin 2021-04-01 11:15:52 +03:00
parent b2015d3c63
commit b109057b01
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
@tabs-bg-color: #aa5252;
.toolbar { .toolbar {
&.masked { &.masked {
button.disabled .icon:not(.no-mask) { button.disabled .icon:not(.no-mask) {
background-position-x: 0px !important;
} }
.group:not(.no-mask) { .group:not(.no-mask) {
opacity: 0.4; opacity: 0.4;

View file

@ -3,7 +3,7 @@
.toolbar { .toolbar {
&.masked { &.masked {
button.disabled .icon:not(.no-mask) { button.disabled .icon:not(.no-mask) {
background-position-x: 0px !important; //background-position-x: 0px !important;
} }
.group:not(.no-mask) { .group:not(.no-mask) {
opacity: 0.4; opacity: 0.4;