Commit fa3959a1 authored by Chris Rebert's avatar Chris Rebert
Browse files

rm redundant ampersands from button-groups LESS

parent 518488cb
1 merge request!9804rm redundant ampersands from button-groups LESS
Showing with 5 additions and 5 deletions
+5 -5
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment