[SSE] fixed spreadsheet tab disabled stylesheet
This commit is contained in:
parent
c6436bc59a
commit
db3aafeb33
|
@ -174,6 +174,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:not(.active) {
|
||||||
|
> span {
|
||||||
|
color: @text-secondary-ie;
|
||||||
|
color: @text-secondary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.border-radius(0);
|
.border-radius(0);
|
||||||
|
@ -195,8 +202,8 @@
|
||||||
border-top-color: @border-toolbar;
|
border-top-color: @border-toolbar;
|
||||||
border-bottom-color: @border-toolbar-ie;
|
border-bottom-color: @border-toolbar-ie;
|
||||||
border-bottom-color: @border-toolbar;
|
border-bottom-color: @border-toolbar;
|
||||||
color: @text-normal-ie !important;
|
color: @text-normal-ie;
|
||||||
color: @text-normal !important;
|
color: @text-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -265,15 +272,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
opacity: 0.5;
|
opacity: @component-disabled-opacity;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(.active) {
|
|
||||||
> span {
|
|
||||||
color: @text-secondary-ie;
|
color: @text-secondary-ie;
|
||||||
color: @text-secondary;
|
color: @text-secondary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue