[SSE] Fix disabled buttons in statusbar

This commit is contained in:
Julia Radzhabova 2021-05-17 17:52:29 +03:00
parent 2d4e237e75
commit 745231f3b7
2 changed files with 1 additions and 9 deletions

View file

@ -332,7 +332,7 @@
.border-radius(1px); .border-radius(1px);
background-color: transparent; background-color: transparent;
.masked & { .masked:not(.statusbar) & {
&:disabled { &:disabled {
opacity: 1; opacity: 1;
} }

View file

@ -23,8 +23,6 @@
text-align: center; text-align: center;
&.disabled { &.disabled {
color: @border-preview-select-ie;
color: @border-preview-select;
cursor: default; cursor: default;
} }
} }
@ -400,12 +398,6 @@
} }
} }
&.masked #status-addtabs-box{
button.disabled .btn-icon {
background-position-x: 0px !important;
}
opacity: 0.4;
}
} }
.statusbar-mask { .statusbar-mask {