mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
fix: Card in modal does not use modal styling
This commit is contained in:
parent
6dc6489e69
commit
0810f1e779
1 changed files with 1 additions and 1 deletions
|
@ -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]",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue