Skip to content

Commit

Permalink
fixed disabled state for is-outlined button
Browse files Browse the repository at this point in the history
  • Loading branch information
tonprince committed Apr 5, 2024
1 parent d2687d4 commit 1a84faf
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 @@ -409,6 +409,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 1a84faf

Please sign in to comment.