mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
c17b40ae70
* fix: comment and input * fix: add @pagination-item-input-bg * feat: add @list-customize-card-bg for dark hook component * feat: add dark hook * fix: checkbox color * fix: popover-customize-border-color * fix: table * fix: style lint * fix: debug * fix: color * fix: update colors * fix: demo * feat: popover container bg use mixins utils * fix: less dark * fix: table bg in dark * fix: fixed table * fix: lint * fix: lint * feat: add @table-expand-icon-bg * fix: notification bg * fix: remove dark.md * fix: dropdown * fix: table * fix: data lint * fix: style * fix: dark less style * fix: @steps-background * fix: add thead dark style * fix: unused styles
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
@import './index.less';
|
|
|
|
@card-prefix-cls: ~'@{ant-prefix}-card';
|
|
|
|
.@{list-prefix-cls} {
|
|
// =================== Dard Hook Components ===================
|
|
.@{card-prefix-cls} {
|
|
& when (@theme = dark) {
|
|
background: @list-customize-card-bg;
|
|
}
|
|
}
|
|
}
|