fixed disabled state for is-outlined button

This commit is contained in:
Stefan Sommer 2024-04-05 09:17:18 +07:00
parent d2687d444c
commit 1a84fafd63

View File

@ -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 {