fix hower color on selected row
This commit is contained in:
@@ -661,10 +661,11 @@ const selectedRowClassNameFunction = (item) => {
|
||||
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-font-color: #fff;
|
||||
--easy-table-body-even-row-background-color: #f56c6c
|
||||
--easy-table-body-even-row-background-color: #f56c6c;
|
||||
}
|
||||
|
||||
:root .result-country {
|
||||
|
||||
Reference in New Issue
Block a user