fix: folder rotate on toggle open

This commit is contained in:
EnixCoda 2022-06-18 22:40:56 +08:00
parent 6092d65b00
commit 5a16682c7f

View file

@ -605,6 +605,11 @@ $minimal-z-index: max(
width: 16px;
// not specify height here, it'll break vertical alignment
.octicon.ChevronRight {
// smooth rotation animation
transition: transform .3s ease;
}
& + .octicon-wrapper,
& + .node-item-icon {
margin-right: 6px;