2
0
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:
Mark Otto
2013-12-07 11:45:11 -08:00
parent 2b4fa90902
commit 107b334d34
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -475,7 +475,7 @@
.badge {
color: @background;
background-color: #fff;
background-color: @color;
}
}