aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 20:15:42 -0700
committerMark Otto <[email protected]>2017-06-13 20:15:42 -0700
commit21b874d19dfee091ee64dd4db934850516d2d7b0 (patch)
treee6489cd37f8c582fc5b21d23442f7ef5dc469ac9 /scss/_forms.scss
parentb95aa65c74e59224e97df75eb1a15d956ad31b71 (diff)
parentd7867377d939a8bb8a645ab3af8a6a650a78fc29 (diff)
downloadbootstrap-21b874d19dfee091ee64dd4db934850516d2d7b0.tar.xz
bootstrap-21b874d19dfee091ee64dd4db934850516d2d7b0.zip
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index c56cfd068..4b04c7d22 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -42,7 +42,7 @@
// Placeholder
&::placeholder {
- color: $input-color-placeholder;
+ color: $input-placeholder-color;
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
opacity: 1;
}
@@ -54,7 +54,7 @@
// don't honor that edge case; we style them as disabled anyway.
&:disabled,
&[readonly] {
- background-color: $input-bg-disabled;
+ background-color: $input-disabled-bg;
// iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.
opacity: 1;
}