aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-12 15:48:56 -0700
committerMark Otto <[email protected]>2012-09-12 15:48:56 -0700
commitbbadd429a8e4704c55ac0d9a228decf4a77f484a (patch)
tree0d8c9314c50ffba1e88c2ad2f3828c591825ba42 /less/button-groups.less
parent0489c708c7104fffa7bddad18399f46db78e56fa (diff)
downloadbootstrap-bbadd429a8e4704c55ac0d9a228decf4a77f484a.tar.xz
bootstrap-bbadd429a8e4704c55ac0d9a228decf4a77f484a.zip
change up box-shadow mixin usage everywhere to use escaping again, or local var if necessary for further var evaluation
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 62e53f373..7bd639aac 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -120,7 +120,7 @@
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
- .box-shadow(inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05));
+ .box-shadow(~"inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");
*padding-top: 5px;
*padding-bottom: 5px;
}
@@ -147,7 +147,7 @@
// Remove the gradient and set the same inset shadow as the :active state
.dropdown-toggle {
background-image: none;
- .box-shadow(inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05));
+ .box-shadow(~"inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)");
}
// Keep the hover's background when dropdown is open