Skip to content

Commit

Permalink
Fix filter panel styles on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jul 28, 2022
1 parent 86002e9 commit c75102a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pagefind_ui/svelte/filters.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
cursor: pointer;
height: calc(24px * var(--pagefind-ui-scale));
}
.pagefind-ui__filter-name::-webkit-details-marker {
display: none;
}
.pagefind-ui__filter-name::after {
position: absolute;
content: "";
Expand Down

0 comments on commit c75102a

Please sign in to comment.