Skip to content

Commit

Permalink
re-apply mrt-selected-row-background-color and mrt-pinned-row-backgro…
Browse files Browse the repository at this point in the history
…und-color KevinVandy#386
  • Loading branch information
desytech committed Nov 5, 2024
1 parent 36bb1b3 commit 2f0a9d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
/* end column pinning styles */
/* row pinning styles */
&[data-row-pinned] {
background-color: var(--mantine-color-body);
background-color: var(--mrt-pinned-row-background-color, --mantine-color-body);
bottom: calc(var(--mrt-pinned-row-bottom) * 1px);
opacity: 0.97;
top: calc(var(--mrt-pinned-row-top) * 1px);
Expand Down Expand Up @@ -141,7 +141,7 @@

/* selection styles */
&[data-selected] {
background-color: var(--mantine-color-body);
background-color: var(--mrt-selected-row-background-color, --mantine-color-body);

td {
&[data-column-pinned] {
Expand Down

0 comments on commit 2f0a9d4

Please sign in to comment.