Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2fcb2e09
Commit
2fcb2e09
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Use $border-width for .btn-group margins that make borders overlap
Fixes half of
#18425
[skip sauce] [skip validator]
parent
8a1685fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_button-group.scss
+2
-2
scss/_button-group.scss
with
2 additions
and
2 deletions
+2
-2
scss/_button-group.scss
+
2
-
2
View file @
2fcb2e09
...
...
@@ -27,7 +27,7 @@
.btn
+
.btn-group
,
.btn-group
+
.btn
,
.btn-group
+
.btn-group
{
margin-left
:
-
1px
;
margin-left
:
-
$border-width
;
}
}
...
...
@@ -167,7 +167,7 @@
>
.btn
+
.btn-group
,
>
.btn-group
+
.btn
,
>
.btn-group
+
.btn-group
{
margin-top
:
-
1px
;
margin-top
:
-
$border-width
;
margin-left
:
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment