diff options
| author | Mark Otto <[email protected]> | 2014-10-29 10:27:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-29 10:27:18 -0700 |
| commit | 5429e71401a671450f0b81d5fc9b53a7baec477a (patch) | |
| tree | ed048fac922443a2e9c15d608c35c5aae7b39e9c /less | |
| parent | 22baa8153b58e80df248b38ddf2aeae4f3f9cc2b (diff) | |
| download | bootstrap-5429e71401a671450f0b81d5fc9b53a7baec477a.tar.xz bootstrap-5429e71401a671450f0b81d5fc9b53a7baec477a.zip | |
fixes #14913: badges in list group shouldn't have text shadow
Diffstat (limited to 'less')
| -rw-r--r-- | less/theme.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less index e5a4edb36..5a19d9242 100644 --- a/less/theme.less +++ b/less/theme.less @@ -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; + } } |
