aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-25 18:57:27 -0700
committerMark Otto <[email protected]>2014-10-25 18:57:27 -0700
commit3fcd65af41a04e9c50365ddc670c4545d7e8994a (patch)
tree299b0a2ed7e24580604dd5159af48b94165a13fc /less/theme.less
parentdbef67f198de6c5f862b044f64924cc41a7d77bd (diff)
downloadbootstrap-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.less4
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