Skip to content

Commit

Permalink
[@mantine/core] Table: Fix row hover not working in dark mode when `s…
Browse files Browse the repository at this point in the history
…triped` prop is set (#4817)
  • Loading branch information
mateuscqueiros authored Sep 20, 2023
1 parent 9036726 commit 350051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/components/Table/Table.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
background-color: var(--_tr-bg, transparent);

@mixin hover {
--_tr-bg: var(--_tr-hover-bg, transparent);
--_tr-bg: var(--_tr-hover-bg, transparent) !important;
}

&[data-with-row-border] {
Expand Down

0 comments on commit 350051a

Please sign in to comment.