feat: replace all caret arrow with rotating-arrow component

This commit is contained in:
Junyu Zhan
2021-06-29 15:43:08 +08:00
committed by Tienson Qin
parent 34d20feb90
commit bcc6367cf7
5 changed files with 35 additions and 37 deletions

View File

@@ -139,16 +139,6 @@
}
}
.block-control {
.not-collapsed svg {
transform: rotate(90deg);
}
.arrow svg {
transition: all 100ms ease-in 0ms;
}
}
.block-control,
.block-control:hover {
text-decoration: none;