diff options
| author | Andrew Luca <[email protected]> | 2018-01-18 01:30:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-01-18 01:30:42 +0200 |
| commit | 4c96f58e31b4f6aa40b4027384c8c52476fd8c68 (patch) | |
| tree | 45c22a83da566e849add2428b40d0003b99cb23c /dist/css/bootstrap.css.map | |
| parent | 18f691567a1bd8cee7831b0c9a79a03254eeaec2 (diff) | |
| download | bootstrap-4c96f58e31b4f6aa40b4027384c8c52476fd8c68.tar.xz bootstrap-4c96f58e31b4f6aa40b4027384c8c52476fd8c68.zip | |
Fix input height border (#25331)
When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width`
This will work in cases when want controls with border, and buttons without.
Temporary fix will be to override 2 variables
```
$input-border-width: 2px !default;
// which is
// $input-height-border: $input-btn-border-width * 2 !default;
$input-height-border: $input-border-width * 2 !default;
```
Diffstat (limited to 'dist/css/bootstrap.css.map')
0 files changed, 0 insertions, 0 deletions
