Skip to content

Commit 1a84faf

Browse files
committed
fixed disabled state for is-outlined button
1 parent d2687d4 commit 1a84faf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sass/elements/button.scss

+6
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,12 @@ $no-palette: ("white", "black", "light", "dark");
409409
&:active {
410410
@include cv.register-vars(());
411411
}
412+
413+
&[disabled],
414+
fieldset[disabled] & {
415+
background-color: transparent;
416+
box-shadow: none;
417+
}
412418
}
413419

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

0 commit comments

Comments
 (0)