1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 06:39:39 +02:00

Hide the additional arrow shown on safari browser for summary tag (#499)

* Hide the additional arrow shown on safari browser for summary tag

* Move global css to tailwind config

---------

Co-authored-by: Sriram Krishnan <sriram@seafoodsouq.com>
This commit is contained in:
Sriram 2024-02-29 03:07:26 +05:30 committed by GitHub
parent 7d48c01833
commit fb657856a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,9 @@
/* Reset rules, default styles applied to plain HTML */
@layer base {
details > summary::-webkit-details-marker {
@apply hidden;
}
}
@layer components {