override selected table background (#252)
This commit is contained in:
@@ -320,6 +320,9 @@ textarea.ant-input {
|
|||||||
.ant-table-tbody > tr.ant-table-row:hover > td {
|
.ant-table-tbody > tr.ant-table-row:hover > td {
|
||||||
background-color: var(--gray-dark);
|
background-color: var(--gray-dark);
|
||||||
}
|
}
|
||||||
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
||||||
|
background: var(--white-25);
|
||||||
|
}
|
||||||
|
|
||||||
.ant-empty {
|
.ant-empty {
|
||||||
color: var(--white-75);
|
color: var(--white-75);
|
||||||
|
|||||||
Reference in New Issue
Block a user