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

fixes #18425 by using vars for 1px borders

This commit is contained in:
Mark Otto
2015-12-06 16:45:40 -08:00
parent 5a2318b68c
commit 49674a8eba
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
vertical-align: middle;
cursor: pointer;
user-select: none;
border: $border-width solid transparent;
border: $btn-border-width solid transparent;
@include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $line-height, $btn-border-radius);
@include transition(all .2s ease-in-out);