[SSE PE] fix disabled state's icon
This commit is contained in:
parent
b2015d3c63
commit
b109057b01
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue