diff options
| author | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
|---|---|---|
| committer | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
| commit | 2719ac3e9bec37813e1fd69e2ab69c9a015be647 (patch) | |
| tree | 982e071c9ef923a85e9aef661fb2e49b9235e12f /less/button-groups.less | |
| parent | 67eae2a5038d5203220450c2a22ea559ab52d897 (diff) | |
| download | bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.tar.xz bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.zip | |
Unescaped box-shadows to take advantage of new box-shadow mixin
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 4 |
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 |
