diff --git a/src/styles/index.scss b/src/styles/index.scss index d0ba9d4..af8cfef 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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;