mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
feat: replace all caret arrow with rotating-arrow component
This commit is contained in:
@@ -187,3 +187,11 @@
|
||||
@apply py-1.5 sm:leading-4 sm:text-xs;
|
||||
}
|
||||
}
|
||||
|
||||
.rotating-arrow.not-collapsed svg {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.rotating-arrow svg {
|
||||
transition: all 100ms ease-in 0ms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user