2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

nuke bg image on active/open for buttons for when we add gradients

This commit is contained in:
Mark Otto
2013-08-15 16:17:44 -07:00
parent 7ab52272d7
commit 7cd35f0cb6
4 changed files with 44 additions and 2 deletions
+5 -1
View File
@@ -418,7 +418,11 @@
background-color: darken(@background, 8%);
border-color: darken(@border, 12%);
}
&:active,
&.active,
.open .dropdown-toggle& {
background-image: none;
}
&.disabled,
&[disabled],
fieldset[disabled] & {