fix hower color on selected row

This commit is contained in:
2024-03-20 20:30:39 +01:00
parent 245178f0d7
commit 673cd019f9

View File

@@ -662,9 +662,10 @@ const selectedRowClassNameFunction = (item) => {
}
.selected-row {
--easy-table-body-row-hover-background-color: #f56c6c;
--easy-table-body-row-background-color: #f56c6c;
--easy-table-body-row-font-color: #fff;
--easy-table-body-even-row-background-color: #f56c6c
--easy-table-body-even-row-background-color: #f56c6c;
}
:root .result-country {