diff options
| author | Mark Otto <[email protected]> | 2014-10-25 18:57:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 18:57:27 -0700 |
| commit | 3fcd65af41a04e9c50365ddc670c4545d7e8994a (patch) | |
| tree | 299b0a2ed7e24580604dd5159af48b94165a13fc /less/theme.less | |
| parent | dbef67f198de6c5f862b044f64924cc41a7d77bd (diff) | |
| download | bootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.tar.xz bootstrap-3fcd65af41a04e9c50365ddc670c4545d7e8994a.zip | |
Fixes #14806: reset the text-shadow in the themed buttons
Diffstat (limited to 'less/theme.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 ce16ed538..354fc77b6 100644 --- a/less/theme.less +++ b/less/theme.less @@ -28,6 +28,10 @@ &.active { .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); } + + .badge { + text-shadow: none; + } } // Mixin for generating new styles |
