mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-11 22:45:05 -05:00
Fix logic error where a disabled button would change color in an enabled fieldset
This commit is contained in:
@@ -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