Skip to content

Commit

Permalink
Merge pull request #1033 from gethinode/develop
Browse files Browse the repository at this point in the history
Fix dark mode of data table paginator
  • Loading branch information
markdumay authored Jul 12, 2024
2 parents 151b1d2 + 323f36a commit f47d738
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@
--bs-table-hover-bg: var(--bs-tertiary-bg);
--bs-table-striped-color: var(--bs-body-color);
}

.datatable-pagination-list-item {
&:hover,
&:focus,
&.datatable-active {
color: var(--bs-body-bg) !important;
}
}
}
}

0 comments on commit f47d738

Please sign in to comment.