1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-10 07:06:58 +02:00

Merge branch 'mic-max/master' into development

This commit is contained in:
Felix Mattick
2022-01-20 15:53:38 -06:00
3 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"water.css": patch
---
Replace deprecated ::-webkit-details-marker

View File

@@ -118,7 +118,8 @@ details > :not(summary) {
margin-top: 0; margin-top: 0;
} }
summary::-webkit-details-marker { summary::marker,
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
color: var(--text-main); color: var(--text-main);
} }

View File

@@ -34,11 +34,8 @@
color: #000; color: #000;
} }
summary::marker { summary::marker,
color: #000; summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
}
summary::-webkit-details-marker {
color: #000; color: #000;
} }