feat: add rotate animation to block-control arrow

This commit is contained in:
Junyu Zhan
2021-06-29 12:07:28 +08:00
committed by Tienson Qin
parent b6f7285317
commit 34d20feb90

View File

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