override selected table background (#252)

This commit is contained in:
Meisam
2021-07-19 17:51:28 -07:00
committed by GitHub
parent 4e1e5f4b50
commit 54932f533c
+3
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);