2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #13079: Scope .open class in button variant mixin to immediate children

This commit is contained in:
Mark Otto
2014-03-24 19:08:05 -07:00
parent 0dfd7375c5
commit 21084192b6
13 changed files with 97 additions and 73 deletions
+2 -2
View File
@@ -12,14 +12,14 @@
&:focus,
&:active,
&.active,
.open .dropdown-toggle& {
.open > .dropdown-toggle& {
color: @color;
background-color: darken(@background, 10%);
border-color: darken(@border, 12%);
}
&:active,
&.active,
.open .dropdown-toggle& {
.open > .dropdown-toggle& {
background-image: none;
}
&.disabled,