Skip to content

Commit

Permalink
fix(TextInput): use disabled token (#9206)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jul 19, 2021
1 parent 263d0d9 commit 66315c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
color: $text-disabled;
cursor: not-allowed;
// Needed to fix disabled text in Safari #6673
-webkit-text-fill-color: currentColor;
-webkit-text-fill-color: $disabled-02;
}

.#{$prefix}--text-input--light:disabled {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
color: $text-disabled;
cursor: not-allowed;
// Needed to fix disabled text in Safari #6673
-webkit-text-fill-color: currentColor;
-webkit-text-fill-color: $text-disabled;
}

// V11: Possibly deprecate
Expand Down

0 comments on commit 66315c6

Please sign in to comment.