We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ee22 commit 94b0061Copy full SHA for 94b0061
1 file changed
packages/main/src/themes/Select.css
@@ -95,7 +95,9 @@
95
color: inherit;
96
}
97
98
-:host([value-state]:not([value-state="None"])) .ui5-select-root {
+:host([value-state]:not([value-state="None"])) .ui5-select-root,
99
+:host([value-state="None"]:not([readonly]):not([disabled]):hover) .ui5-select-root,
100
+:host(:not([value-state]):not([readonly]):not([disabled]):hover) .ui5-select-root {
101
background: none;
102
103
0 commit comments