[common] fixed combobox disabled stylesheet

This commit is contained in:
Maxim Kadushkin 2021-03-22 20:04:39 +03:00
parent 94b9ce2693
commit 23333c8720
2 changed files with 4 additions and 1 deletions

View file

@ -38,7 +38,7 @@
.btnsize(@x-huge-btn-height);
}
&[disabled] {
&[disabled], &.disabled {
opacity: @component-disabled-opacity;
}

View file

@ -59,6 +59,9 @@
}
.btn-default.disabled {
border-top-color: transparent;
border-bottom-color: transparent;
&:hover, &:focus {
background-color: transparent;
border-color: @border-regular-control-ie;