2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #14913: badges in list group shouldn't have text shadow

This commit is contained in:
Mark Otto
2014-10-29 10:27:18 -07:00
parent 22baa8153b
commit 5429e71401
8 changed files with 19 additions and 5 deletions
+4
View File
@@ -218,6 +218,10 @@
text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);
#gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));
border-color: darken(@list-group-active-border, 7.5%);
.badge {
text-shadow: none;
}
}