Skip to content

Commit bc6dfec

Browse files
authored
fix(ui5-select): fix text color of disabled select in hcb/hcw (#2248)
1 parent 43be0f6 commit bc6dfec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/main/src/themes/Input.css

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
pointer-events: none;
4545
background: var(--sapField_ReadOnly_Background);
4646
border-color: var(--sapField_ReadOnly_BorderColor);
47-
-webkit-text-fill-color: var(--sapContent_DisabledTextColor);
48-
color: var(--sapContent_DisabledTextColor);
4947
}
5048

5149
[inner-input] {

0 commit comments

Comments
 (0)