diff --git a/styles/src/components/_combo-box.scss b/styles/src/components/_combo-box.scss index c61c747..3c84761 100755 --- a/styles/src/components/_combo-box.scss +++ b/styles/src/components/_combo-box.scss @@ -247,6 +247,12 @@ $use-alt-icon: false !default; } } + &:disabled { + >.label { + -fx-opacity: 1; + } + } + // #tweaks/alt-icon &.alt-icon { >.open-button>.arrow {