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:
5
.changeset/breezy-cows-do.md
Normal file
5
.changeset/breezy-cows-do.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"water.css": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Replace deprecated ::-webkit-details-marker
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user