Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
fa3959a1
Commit
fa3959a1
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
rm redundant ampersands from button-groups LESS
parent
518488cb
1 merge request
!9804
rm redundant ampersands from button-groups LESS
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/button-groups.less
+5
-5
less/button-groups.less
with
5 additions
and
5 deletions
+5
-5
less/button-groups.less
+
5
-
5
View file @
fa3959a1
...
...
@@ -22,11 +22,11 @@
& .btn-default .caret {
border-bottom-color: @btn-default-color;
}
&
.btn-primary,
&
.btn-success,
&
.btn-warning,
&
.btn-danger,
&
.btn-info {
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
.caret {
border-bottom-color: #fff;
}
...
...
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
Menu
Explore
Projects
Groups
Snippets