mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Made expanded row background (table) a less variable. (#9789)
This commit is contained in:
parent
463c3b0906
commit
2c5231f0ed
@ -336,6 +336,7 @@
|
||||
@table-header-sort-bg: @background-color-base;
|
||||
@table-row-hover-bg: @primary-1;
|
||||
@table-selected-row-bg: #fafafa;
|
||||
@table-expanded-row-bg: #fbfbfb;
|
||||
@table-padding-vertical: 16px;
|
||||
@table-padding-horizontal: 16px;
|
||||
|
||||
|
@ -476,7 +476,7 @@
|
||||
tr&-expanded-row {
|
||||
&,
|
||||
&:hover {
|
||||
background: #fbfbfb;
|
||||
background: @table-expanded-row-bg;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user