Fix transition width of sider trigger

This commit is contained in:
afc163 2017-08-16 21:38:16 +08:00
parent 7a5e11c799
commit 70e10dee59

View File

@ -65,6 +65,7 @@
color: @layout-trigger-color;
background: fade(@layout-trigger-background, 100);
z-index: 1;
transition: all .15s @ease-in-out;
}
&-zero-width {