Changed zero-width layout trigger color to use layout-trigger-color var (#9851)

pull/9860/head
Scott Sturgeon 7 years ago committed by Wei Zhu
parent d7b44bda07
commit f2e60209c9

@ -97,7 +97,7 @@
height: @layout-zero-trigger-height;
line-height: @layout-zero-trigger-height;
background: @layout-sider-background;
color: #fff;
color: @layout-trigger-color;
font-size: @layout-zero-trigger-width / 2;
border-radius: 0 @border-radius-base @border-radius-base 0;
cursor: pointer;

Loading…
Cancel
Save