Skip to content

Commit 1696cba

Browse files
authored
fix(ui5-datepicker): fix hoverbg-color when readonly (#1361)
1 parent 6a4738e commit 1696cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/Input.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
border: 1px solid var(--sapField_Hover_BorderColor);
128128
}
129129

130-
:host([value-state="None"]:hover) {
130+
:host([value-state="None"]:not([readonly]):hover) {
131131
background-color: var(--sapField_Hover_Background);
132132
border: 1px solid var(--sapField_Hover_BorderColor);
133133
}

0 commit comments

Comments
 (0)