mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
revert bart's mixin fix
This commit is contained in:
@@ -93,9 +93,10 @@
|
||||
.btn-group .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));
|
||||
@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(@shadow);
|
||||
*padding-top: 3px;
|
||||
*padding-bottom: 3px;
|
||||
}
|
||||
@@ -120,8 +121,9 @@
|
||||
// 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));
|
||||
@shadow: inset 0 2px 4px rgba(0,0,0,.15),
|
||||
0 1px 2px rgba(0,0,0,.05);
|
||||
.box-shadow(@shadow);
|
||||
}
|
||||
|
||||
// Keep the hover's background when dropdown is open
|
||||
|
||||
Reference in New Issue
Block a user