mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fix logic error where a disabled button would change color in an enabled fieldset
This commit is contained in:
+2
-2
@@ -111,8 +111,8 @@ input[type="button"] {
|
||||
|
||||
// Mixin for darkening only enabled buttons for link states
|
||||
.darken-button-states (@background, @border) {
|
||||
&:not([disabled]):not(.disabled),
|
||||
fieldset:not([disabled]) & {
|
||||
fieldset:not([disabled]) &:not([disabled]):not(.disabled),
|
||||
&:not([disabled]):not(.disabled) {
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
|
||||
Reference in New Issue
Block a user