mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: folder rotate on toggle open
This commit is contained in:
parent
6092d65b00
commit
5a16682c7f
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue