Skip to content

Commit

Permalink
fix(text-input): fix disabled text on dark themes in safari (#6680)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Aug 20, 2020
1 parent 03438eb commit e442492
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
color: $disabled-02;
background-color: $disabled-01;
border-bottom: 1px solid transparent;

// Needed to fix disabled text in Safari #6673
-webkit-text-fill-color: currentColor;
cursor: not-allowed;
}

Expand Down

0 comments on commit e442492

Please sign in to comment.