mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
f3869270ae
* Fix #10142: Add `theme` props to `Layout.Sider` * Update documentation of Layout.Sider for new theme props * Fix snapshot tests * Add unit test for sider theme
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
.@{layout-prefix-cls} {
|
|
&-sider {
|
|
&-light {
|
|
background: @layout-sider-background-light;
|
|
}
|
|
&-light > &-trigger {
|
|
color: @layout-trigger-color-light;
|
|
background: @layout-trigger-background-light;
|
|
}
|
|
}
|
|
}
|