mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-03 12:17:45 +02:00
Merge pull request #9804 from twbs/redundant-ampersands
rm redundant ampersands from button-groups LESS
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user