Skip to content

Commit

Permalink
fix(ui5-select): fix text color of disabled select in hcb/hcw (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Sep 28, 2020
1 parent 43be0f6 commit bc6dfec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/main/src/themes/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
pointer-events: none;
background: var(--sapField_ReadOnly_Background);
border-color: var(--sapField_ReadOnly_BorderColor);
-webkit-text-fill-color: var(--sapContent_DisabledTextColor);
color: var(--sapContent_DisabledTextColor);
}

[inner-input] {
Expand Down

0 comments on commit bc6dfec

Please sign in to comment.