Skip to content

Commit

Permalink
fix(forms): ensure colors is applied for :disabled, [readonly] .form-…
Browse files Browse the repository at this point in the history
…controls
  • Loading branch information
ffoodd committed Jun 2, 2020
1 parent c682e75 commit 96478d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/forms/_form-control.scss
Expand Up @@ -55,6 +55,8 @@
border-color: $input-disabled-border-color;
// iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.
opacity: 1;
// Ensure color is applied as intended; see https://github.com/twbs/bootstrap/issues/30890
-webkit-text-fill-color: currentColor;
}
}

Expand Down

0 comments on commit 96478d5

Please sign in to comment.