override selected table background (#252)

This commit is contained in:
Meisam
2021-07-20 02:51:28 +02:00
committed by GitHub
parent 4e1e5f4b50
commit 54932f533c

View File

@@ -320,6 +320,9 @@ textarea.ant-input {
.ant-table-tbody > tr.ant-table-row:hover > td {
background-color: var(--gray-dark);
}
.ant-table-tbody > tr.ant-table-row-selected > td {
background: var(--white-25);
}
.ant-empty {
color: var(--white-75);