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

@@ -661,10 +661,11 @@ const selectedRowClassNameFunction = (item) => {
width: 128px; width: 128px;
} }
.selected-row { .selected-row {
--easy-table-body-row-hover-background-color: #f56c6c;
--easy-table-body-row-background-color: #f56c6c; --easy-table-body-row-background-color: #f56c6c;
--easy-table-body-row-font-color: #fff; --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 { :root .result-country {