Fix double-opacity issue in disabled choice box
This commit is contained in:
parent
35d1107b3d
commit
c49b6f6b1b
@ -247,6 +247,12 @@ $use-alt-icon: false !default;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
>.label {
|
||||||
|
-fx-opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// #tweaks/alt-icon
|
// #tweaks/alt-icon
|
||||||
&.alt-icon {
|
&.alt-icon {
|
||||||
>.open-button>.arrow {
|
>.open-button>.arrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user