aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-03 01:03:37 -0700
committerMark Otto <[email protected]>2012-09-03 01:03:37 -0700
commitf46813a8c8f275e2dd7102331de9873e1a029b27 (patch)
tree64b910bec80984f74b32035ba55680969788d075 /less/button-groups.less
parent9d5f9eca85b9d413b4389b744bbf57c20c447c2b (diff)
parent2719ac3e9bec37813e1fd69e2ab69c9a015be647 (diff)
downloadbootstrap-f46813a8c8f275e2dd7102331de9873e1a029b27.tar.xz
bootstrap-f46813a8c8f275e2dd7102331de9873e1a029b27.zip
Merge pull request #4763 from Luis-TP/2.1.1-wip
Improve .box-shadow mixin by utilizing regex function to no longer require escaping
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 7bd639aac..62e53f373 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