diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-07-30 17:56:26 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-07-30 17:56:26 -0400 |
commit | 4b0d3762f309326a6d66fa4ea18945a7fc11f8ef (patch) | |
tree | 200dec9f06653572a265432575829df3c0003ca3 /bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss | |
parent | 316f055624e046b4a23dc9a35629b87b1be8f58e (diff) |
update to v3.3.7
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss')
-rw-r--r-- | bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss index baaacc44..4b385f56 100644 --- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss @@ -59,7 +59,7 @@ @include border-right-radius(0); } } -// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it +// Need .dropdown-toggle since :last-child doesn't apply, given that a .dropdown-menu is used immediately after it .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { @include border-left-radius(0); |