aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-07 11:45:11 -0800
committerMark Otto <[email protected]>2013-12-07 11:45:11 -0800
commit107b334d349be065421967553f57aa186736ffcf (patch)
tree34f4406a89eeabe3425f5eade30fdfdcf63de22c /less
parent2b4fa90902e9b911dafe76a7cd33f5bcb748a238 (diff)
downloadbootstrap-107b334d349be065421967553f57aa186736ffcf.tar.xz
bootstrap-107b334d349be065421967553f57aa186736ffcf.zip
Fixes #11766: Use color var for background on badges in buttons to restore proper background to default button badge
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 5c54c64c7..4d045987e 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -475,7 +475,7 @@
.badge {
color: @background;
- background-color: #fff;
+ background-color: @color;
}
}