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
commit 3b3ef02f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {