style(icon): lack opacity transition

This commit is contained in:
07akioni 2020-05-30 19:50:09 +08:00
parent 25b89a5d9c
commit a7c7c1a6d6

View File

@ -11,6 +11,7 @@
position: relative;
transition: $--n-icon-transition;
svg {
transition: opacity .3s $--n-ease-in-out-cubic-bezier;
height: 1em;
width: 1em;
}