fix(core): 🐛 hide Safari details marker

This commit is contained in:
alistair3149 2024-05-31 03:28:52 -04:00 committed by GitHub
parent d0691a06d0
commit 87513459c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,11 @@
&Button {
cursor: pointer;
// Remove Safari details marker
&::-webkit-details-marker {
display: none;
}
// Icons have to use span inside label elements
> span:not( .citizen-ui-icon ) {
.mixin-screen-reader-text;