aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-13 04:05:34 -0800
committerMark Otto <[email protected]>2013-01-13 04:05:34 -0800
commit76ed6b0b2ced6a29c5cb7b6ea62d0c738dbbd90a (patch)
tree766d80a1e8eba88fddb04542a249e5e2ffc30470 /less/button-groups.less
parent1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc (diff)
downloadbootstrap-76ed6b0b2ced6a29c5cb7b6ea62d0c738dbbd90a.tar.xz
bootstrap-76ed6b0b2ced6a29c5cb7b6ea62d0c738dbbd90a.zip
Remove comment out code and simplify what's left for button group toggles
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less31
1 files changed, 5 insertions, 26 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 00cd78634..125dbebb0 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -91,32 +91,11 @@
padding-right: 12px;
}
-.btn-group.open {
-
- // The clickable button for toggling the menu
- // 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));
- }
-
- // Keep the hover's background when dropdown is open
-/* .btn.dropdown-toggle {
- background-color: @btn-background-highlight;
- }
- .btn-primary.dropdown-toggle {
- background-color: @btn-background-primary-highlight;
- }
- .btn-warning.dropdown-toggle {
- background-color: @btn-background-warning-highlight;
- }
- .btn-danger.dropdown-toggle {
- background-color: @btn-background-danger-highlight;
- }
- .btn-success.dropdown-toggle {
- background-color: @btn-background-success-highlight;
- }
-*/}
+// The clickable button for toggling the menu
+// Remove the gradient and set the same inset shadow as the :active state
+.btn-group.open .dropdown-toggle {
+ .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
+}
// Reposition the caret