Commit fa3959a1 authored by Chris Rebert's avatar Chris Rebert

rm redundant ampersands from button-groups LESS

parent 518488cb
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
& .btn-default .caret { & .btn-default .caret {
border-bottom-color: @btn-default-color; border-bottom-color: @btn-default-color;
} }
& .btn-primary, .btn-primary,
& .btn-success, .btn-success,
& .btn-warning, .btn-warning,
& .btn-danger, .btn-danger,
& .btn-info { .btn-info {
.caret { .caret {
border-bottom-color: #fff; border-bottom-color: #fff;
} }
......
Markdown is supported
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