[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);
background-color: transparent;
.masked & {
.masked:not(.statusbar) & {
&:disabled {
opacity: 1;
}

View file

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