Skip to content

Commit 44d6c27

Browse files
authored
fix(ui5-datepicker): fix DatePicker hover effect (#999)
1 parent aaf6866 commit 44d6c27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/main/src/themes/Input.css

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
border: 1px solid var(--sapUiFieldHoverBorderColor);
111111
}
112112

113+
:host([value-state="None"]:hover) {
114+
background-color: var(--sapUiFieldHoverBackground);
115+
border: 1px solid var(--sapUiFieldHoverBorderColor);
116+
}
117+
113118
:host([value-state]:not([value-state="None"])) {
114119
border-width: var(--_ui5_input_state_border_width);
115120
}

0 commit comments

Comments
 (0)