From 5429e71401a671450f0b81d5fc9b53a7baec477a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Oct 2014 10:27:18 -0700 Subject: fixes #14913: badges in list group shouldn't have text shadow --- docs/dist/css/bootstrap-theme.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/dist/css/bootstrap-theme.css') diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css index 0de29878a..5b2018252 100644 --- a/docs/dist/css/bootstrap-theme.css +++ b/docs/dist/css/bootstrap-theme.css @@ -386,6 +386,11 @@ background-repeat: repeat-x; border-color: #3278b3; } +.list-group-item.active .badge, +.list-group-item.active:hover .badge, +.list-group-item.active:focus .badge { + text-shadow: none; +} .panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); -- cgit v1.2.3