Remove extra triangle icon in MiniEventCard on Safari

pull/268/head
Amy 2021-09-02 01:42:42 -04:00
parent 7cc173941a
commit e54fd45004
1 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,14 @@
list-style: none;
}
.card > summary::marker {
display: none;
}
.card > summary::-webkit-details-marker {
display: none;
}
.dropDownIcon {
fill: var(--primary-accent);
}