Skip to content

Commit

Permalink
Merge pull request #3773 from tonprince/main
Browse files Browse the repository at this point in the history
fixed disabled state for is-outlined button
  • Loading branch information
jgthms authored Nov 27, 2024
2 parents 4ebf14b + 1a84faf commit 3b3ef02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sass/elements/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@ $no-palette: ("white", "black", "light", "dark");
&:active {
@include cv.register-vars(());
}

&[disabled],
fieldset[disabled] & {
background-color: transparent;
box-shadow: none;
}
}

&.#{iv.$class-prefix}is-inverted {
Expand Down

0 comments on commit 3b3ef02

Please sign in to comment.