Skip to content

Commit 3b3ef02

Browse files
authored
Merge pull request #3773 from tonprince/main
fixed disabled state for is-outlined button
2 parents 4ebf14b + 1a84faf commit 3b3ef02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sass/elements/button.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,12 @@ $no-palette: ("white", "black", "light", "dark");
410410
&:active {
411411
@include cv.register-vars(());
412412
}
413+
414+
&[disabled],
415+
fieldset[disabled] & {
416+
background-color: transparent;
417+
box-shadow: none;
418+
}
413419
}
414420

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

0 commit comments

Comments
 (0)