diff options
| author | Martijn Cuppens <[email protected]> | 2020-10-28 15:03:41 +0100 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-10-28 18:29:28 +0100 |
| commit | b1c7d1d3a343da497f40dc71ac74f02cb3bedb11 (patch) | |
| tree | d09b2a76c7160a3a6428e8e6a3190123c366079b /scss/forms | |
| parent | b2be299f63d2b0d45d961d046d506a2c09435f41 (diff) | |
| download | bootstrap-b1c7d1d3a343da497f40dc71ac74f02cb3bedb11.tar.xz bootstrap-b1c7d1d3a343da497f40dc71ac74f02cb3bedb11.zip | |
Use the same font on the button as on the field itself
Diffstat (limited to 'scss/forms')
| -rw-r--r-- | scss/forms/_form-control.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/forms/_form-control.scss b/scss/forms/_form-control.scss index 93c0e6042..4f0f0a031 100644 --- a/scss/forms/_form-control.scss +++ b/scss/forms/_form-control.scss @@ -72,7 +72,6 @@ margin: (-$input-padding-y) (-$input-padding-x); margin-inline-end: $input-padding-x; -moz-margin-end: subtract($input-padding-x, 5px); // stylelint-disable-line property-no-vendor-prefix - line-height: inherit; color: $form-file-button-color; @include gradient-bg($form-file-button-bg); pointer-events: none; @@ -93,7 +92,6 @@ padding: $input-padding-y $input-padding-x; margin: (-$input-padding-y) (-$input-padding-x); margin-inline-end: $input-padding-x; - line-height: inherit; color: $form-file-button-color; @include gradient-bg($form-file-button-bg); pointer-events: none; |
