mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Add legacy prefixed version back
This commit is contained in:
parent
bc30b7b0ad
commit
8edc2a8cdc
2 changed files with 4 additions and 2 deletions
|
|
@ -113,7 +113,8 @@ details > :not(summary) {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
summary::marker {
|
||||
summary::marker,
|
||||
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
color: #000;
|
||||
}
|
||||
|
||||
summary::marker {
|
||||
summary::marker,
|
||||
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue