Merge pull request #3773 from tonprince/main

fixed disabled state for is-outlined button
This commit is contained in:
Jeremy Thomas
2024-11-27 16:01:36 +00:00
committed by GitHub

View File

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