]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Use $input-btn-border-width for both .form-control and .btn borders; fixes #18424 18455/head
authorChris Rebert <code@chrisrebert.com>
Mon, 7 Dec 2015 10:07:35 +0000 (02:07 -0800)
committerChris Rebert <code@chrisrebert.com>
Tue, 8 Dec 2015 04:41:51 +0000 (20:41 -0800)
commit9dacdce42c420cefb5a23ead7c45a995dc2088a8
treebc320279868137960563c23d0d0087dd78e5072b
parented0e6be8637339b1c0e0a034fb8114d3e2a0b3d7
Use $input-btn-border-width for both .form-control and .btn borders; fixes #18424

Both widgets need to use the same border width because of input groups.
Thus:
$btn-border-width   => $input-btn-border-width
$input-border-width => $input-btn-border-width

[skip sauce]
scss/_button-group.scss
scss/_buttons.scss
scss/_custom-forms.scss
scss/_forms.scss
scss/_input-group.scss
scss/_variables.scss