mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: table dark theme style
This commit is contained in:
parent
cc2b5ddca7
commit
c100b892ba
@ -309,6 +309,7 @@
|
||||
@table-header-sort-active-bg: #262626;
|
||||
@table-filter-btns-bg: @popover-background;
|
||||
@table-expanded-row-bg: @table-header-bg;
|
||||
@table-filter-dropdown-bg: @popover-background;
|
||||
|
||||
// TimePicker
|
||||
// ---
|
||||
|
@ -494,6 +494,7 @@
|
||||
// Filter
|
||||
@table-header-filter-active-bg: darken(@table-header-sort-active-bg, 5%);
|
||||
@table-filter-btns-bg: inherit;
|
||||
@table-filter-dropdown-bg: @component-background;
|
||||
|
||||
// Tag
|
||||
// --
|
||||
|
@ -247,4 +247,8 @@ ReactDOM.render(<EditableTable />, mountNode);
|
||||
border-radius: 4px;
|
||||
padding: 4px 11px;
|
||||
}
|
||||
|
||||
[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
|
||||
border: 1px solid #434343;
|
||||
}
|
||||
```
|
||||
|
@ -281,7 +281,7 @@
|
||||
}
|
||||
}
|
||||
min-width: 96px;
|
||||
background-color: @component-background;
|
||||
background-color: @table-filter-dropdown-bg;
|
||||
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: @box-shadow-base;
|
||||
|
Loading…
Reference in New Issue
Block a user