mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
8d9d86c433
* fixd:Sider组件light模式下样式丢失 * Update light.less Co-authored-by: jie.ling <jie.ling@tongdun.net> Co-authored-by: 偏右 <afc163@gmail.com>
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
.@{layout-prefix-cls}-sider-light {
|
|
background: @layout-sider-background-light;
|
|
.@{layout-prefix-cls}-sider-trigger {
|
|
color: @layout-trigger-color-light;
|
|
background: @layout-trigger-background-light;
|
|
}
|
|
.@{layout-prefix-cls}-sider-zero-width-trigger {
|
|
color: @layout-trigger-color-light;
|
|
background: @layout-trigger-background-light;
|
|
}
|
|
}
|