2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Revert input group border changes (#24197)

Turns out #22612 is a bad idea and it makes all sorts of weird visual
glitches when working with form controls and transparent borders.
This commit is contained in:
Mark Otto
2017-10-02 14:18:33 -07:00
committed by GitHub
parent 49ce5f3a64
commit 8fb48eaae2
3 changed files with 5 additions and 10 deletions
-3
View File
@@ -72,7 +72,6 @@
color: $input-group-addon-color;
text-align: center;
background-color: $input-group-addon-bg;
background-clip: padding-box;
border: $input-btn-border-width solid $input-group-addon-border-color;
@include border-radius($input-border-radius);
@@ -144,8 +143,6 @@
// element above the siblings.
> .btn {
position: relative;
background-clip: padding-box;
border: $input-btn-border-width solid $input-group-btn-border-color;
+ .btn {
margin-left: (-$input-btn-border-width);