mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 20:45:52 +01:00
Merge branch 'mic-max/master' into development
This commit is contained in:
commit
16b8d5ce41
3 changed files with 9 additions and 6 deletions
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;
|
||||
}
|
||||
|
||||
summary::-webkit-details-marker {
|
||||
summary::marker,
|
||||
summary::-webkit-details-marker /* isn't autoprefixed, kept for backwards compatibility */ {
|
||||
color: var(--text-main);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue