Remove extra triangle icon in MiniEventCard on Safari
parent
7cc173941a
commit
e54fd45004
|
@ -45,6 +45,14 @@
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
.card > summary::marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropDownIcon {
|
||||
fill: var(--primary-accent);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue