bugfix: fixed #11152 silder trigger no white theme

pull/11228/head
陈帅 7 years ago committed by 偏右
parent 52d736a0ee
commit b3f4e5e3da

@ -3,7 +3,11 @@
&-light {
background: @layout-sider-background-light;
}
&-light > &-trigger {
&-light &-trigger {
color: @layout-trigger-color-light;
background: @layout-trigger-background-light;
}
&-light &-zero-width-trigger {
color: @layout-trigger-color-light;
background: @layout-trigger-background-light;
}

Loading…
Cancel
Save