[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 {
|
||||
&.masked {
|
||||
button.disabled .icon:not(.no-mask) {
|
||||
background-position-x: 0px !important;
|
||||
}
|
||||
.group:not(.no-mask) {
|
||||
opacity: 0.4;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.toolbar {
|
||||
&.masked {
|
||||
button.disabled .icon:not(.no-mask) {
|
||||
background-position-x: 0px !important;
|
||||
//background-position-x: 0px !important;
|
||||
}
|
||||
.group:not(.no-mask) {
|
||||
opacity: 0.4;
|
||||
|
|
Loading…
Reference in a new issue