Merge pull request #528 from Zurga/fix/modal_with_card

fix: Card in modal does not use modal styling
This commit is contained in:
Lucas Larroche 2025-03-09 12:17:39 +07:00 committed by GitHub
commit 4c3743e67d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@
color: var(#{$css-var-prefix}color); color: var(#{$css-var-prefix}color);
// Content // Content
article { > article {
$close-selector: if( $close-selector: if(
$enable-classes, $enable-classes,
".close, :is(a, button)[rel=prev]", ".close, :is(a, button)[rel=prev]",