chore: minor improvements

This commit is contained in:
Liyas Thomas
2022-10-06 21:21:24 +05:30
parent 568c05b4b0
commit cbf6d23c24
4 changed files with 9 additions and 4 deletions

View File

@@ -470,6 +470,10 @@ details summary::-webkit-details-marker {
@apply hidden;
}
details summary .indicator {
@apply transition;
}
details[open] summary .indicator {
@apply transform;
@apply rotate-90;