hiding details native arrow on safari

This commit is contained in:
Antoine M 2024-01-17 17:10:53 +01:00
parent bb4373a0d4
commit 52d70780a7

View File

@ -52,7 +52,9 @@ details {
@apply mt-4;
}
}
details summary::-webkit-details-marker {
display: none;
}
details[open] summary .open-close-icon {
transform: translate(0, 0%) rotate(180deg);
}