mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
3ef6ea3ead
* refactor: some styles to reduce css bundle size * test: update snapshot * fix snapshot * fix test case * fix addonAfter * fix firefox style * reduce riddon css size * fix Input.Group border radius * remove unused css selectors * fix test cov * fix search button hover border * fix rtl textarea clear icon style * update demos * fix search rtl style * fix input search style
12 lines
384 B
Plaintext
12 lines
384 B
Plaintext
.@{layout-prefix-cls}-sider.@{layout-prefix-cls}-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;
|
|
}
|
|
}
|