fix(trading): wrong hover effect on datagrid (#3647)

This commit is contained in:
Maciek 2023-05-09 11:26:59 +02:00 committed by GitHub
parent 928b899c46
commit 0d8a74dfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,3 +121,9 @@ html [data-theme='light'] {
--ag-row-hover-color: theme(colors.neutral[800]);
--ag-font-size: 12px;
}
.ag-theme-balham-dark .ag-row.no-hover,
.ag-theme-balham-dark .ag-row.no-hover:hover,
.ag-theme-balham .ag-row.no-hover,
.ag-theme-balham .ag-row.no-hover:hover {
background: var(--ag-background-color);
}