hiding details native arrow on safari
This commit is contained in:
parent
bb4373a0d4
commit
52d70780a7
|
|
@ -52,7 +52,9 @@ details {
|
||||||
@apply mt-4;
|
@apply mt-4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
details summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
details[open] summary .open-close-icon {
|
details[open] summary .open-close-icon {
|
||||||
transform: translate(0, 0%) rotate(180deg);
|
transform: translate(0, 0%) rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user