Skip to content

Commit

Permalink
fix(menu): 馃悰 incorrect Safari details marker selector
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jun 13, 2024
1 parent c52dc49 commit 3b3bb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}

// Remove Safari summary marker
::-webkit-details-marker {
&::-webkit-details-marker {
display: none;
}
}
Expand Down

0 comments on commit 3b3bb30

Please sign in to comment.