style: change table row color when selected in dark theme (#3759)

pull/3768/head
meteor 4 years ago committed by GitHub
parent 79995c141d
commit fdee6333f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -530,9 +530,9 @@
@table-body-sort-bg: rgba(0, 0, 0, 0.01);
@table-row-hover-bg: @primary-1;
@table-selected-row-color: inherit;
@table-selected-row-bg: #fafafa;
@table-selected-row-bg: @primary-1;
@table-body-selected-sort-bg: @table-selected-row-bg;
@table-selected-row-hover-bg: @table-selected-row-bg;
@table-selected-row-hover-bg: darken(@table-selected-row-bg, 2%);
@table-expanded-row-bg: #fbfbfb;
@table-padding-vertical: 16px;
@table-padding-horizontal: 16px;

Loading…
Cancel
Save