diff options
| author | Martijn Cuppens <[email protected]> | 2018-01-02 20:20:09 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-02 21:57:10 -0800 |
| commit | d66875d0e6500d90dc49cc5a7df8a82dcf383b8a (patch) | |
| tree | 01067ad45005695d48f36a38befc56bed3d6b61c | |
| parent | 2dc5762f96bd5c84f775a986861a852dd619ea79 (diff) | |
| download | bootstrap-d66875d0e6500d90dc49cc5a7df8a82dcf383b8a.tar.xz bootstrap-d66875d0e6500d90dc49cc5a7df8a82dcf383b8a.zip | |
Remove double borders for custom select and custom file
Fixes #25168
| -rw-r--r-- | scss/_input-group.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 134b62d4e..fcf7c3c43 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -26,7 +26,9 @@ z-index: 3; } - + .form-control { + + .form-control, + + .custom-select, + + .custom-file { margin-left: -$input-border-width; } } |
