Skip to content

Commit

Permalink
Highlight active page in Tabulator using Fast Design (#7085)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Aug 6, 2024
1 parent 663a159 commit ad94551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
background: rgba(255, 255, 255, 0.2);
}
.tabulator .tabulator-footer .tabulator-page.active {
color: var(--neutral-foreground-active);
color: var(--accent-foreground-active);
}
.tabulator .tabulator-footer .tabulator-page:disabled {
opacity: 0.5;
Expand Down

0 comments on commit ad94551

Please sign in to comment.