Skip to content

Commit 1f3752f

Browse files
committed
fix(SimplifiedPlan): hover styles
1 parent a9c57ff commit 1f3752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
border-collapse: collapse;
1616
tr {
1717
&:hover {
18-
background-color: var(--g-color-base-generic-hover) !important;
18+
background-color: var(--g-color-base-simple-hover) !important;
1919
}
2020
}
2121
tr:nth-of-type(2n + 1) {

0 commit comments

Comments
 (0)