feat: smooth transition of node items

This commit is contained in:
EnixCoda 2020-04-03 13:35:08 +08:00
parent 130f42f8a8
commit 443982cd4f
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -381,6 +381,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
cursor: pointer;
border-top: 1px solid $border-gray-light;
white-space: nowrap;
transition: padding 0.3s ease; // on toggle expansion in search results
@mixin icon-size() {
width: 16px;