mirror of
https://github.com/kognise/water.css.git
synced 2025-08-01 02:40:51 +02:00
Add legacy prefixed version back
This commit is contained in:
@@ -113,7 +113,8 @@ details > :not(summary) {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::marker {
|
summary::marker,
|
||||||
|
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -34,7 +34,8 @@
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::marker {
|
summary::marker,
|
||||||
|
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user