diff options
| author | Shohei Yoshida <[email protected]> | 2019-04-25 22:45:59 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-04-25 16:45:59 +0300 |
| commit | 2d0f2feb10714ff83cb2c0d94a63ac1dcb413090 (patch) | |
| tree | 19f7df35ad6916278c535a7b2ff9d1d78b6afefd | |
| parent | 275cd7f91eed9f4051d85c295e5c14ef08937804 (diff) | |
| download | bootstrap-2d0f2feb10714ff83cb2c0d94a63ac1dcb413090.tar.xz bootstrap-2d0f2feb10714ff83cb2c0d94a63ac1dcb413090.zip | |
Sync plain text font-size with `$input-font-size` (#28464)
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 677162b8c..43d4110cd 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -113,6 +113,7 @@ select.form-control { padding-top: $input-padding-y; padding-bottom: $input-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins + @include font-size($input-font-size); line-height: $input-line-height; color: $input-plaintext-color; background-color: transparent; |
