Made expanded row background (table) a less variable. (#9789)

This commit is contained in:
meesvandongen 2018-03-24 06:18:38 +01:00 committed by 偏右
parent 463c3b0906
commit 2c5231f0ed
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -476,7 +476,7 @@
tr&-expanded-row {
&,
&:hover {
background: #fbfbfb;
background: @table-expanded-row-bg;
}
}