Skip to content

Commit 94b0061

Browse files
committed
fix: hover on bottom border lost
1 parent c45ee22 commit 94b0061

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/main/src/themes/Select.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@
9595
color: inherit;
9696
}
9797

98-
:host([value-state]:not([value-state="None"])) .ui5-select-root {
98+
: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 {
99101
background: none;
100102
}
101103

0 commit comments

Comments
 (0)