mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Fixes #11766: Use color var for background on badges in buttons to restore proper background to default button badge
This commit is contained in:
+1
-1
@@ -475,7 +475,7 @@
|
||||
|
||||
.badge {
|
||||
color: @background;
|
||||
background-color: #fff;
|
||||
background-color: @color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user