Merge branch 'mic-max/master' into development

This commit is contained in:
Felix Mattick 2022-01-20 15:53:38 -06:00
commit 16b8d5ce41
No known key found for this signature in database
GPG key ID: 4E7A3D01471F32AB
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;
}
summary::-webkit-details-marker {
summary::marker,
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
color: var(--text-main);
}

View file

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