Skip to content

Commit

Permalink
Merge branch '6.0/page-link-color'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Jul 26, 2024
2 parents 7bd5a54 + 675aa23 commit 42fc9b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions share/static/css/elevator/ticket-lists.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,16 @@ table.collection-as-table tr.hide-tr-borders th.collection-as-table {
li.page-item.active>a.page-link {
background-color: #3858a3;
border-color: #3858a3;
color: var(--bs-pagination-active-color);
}
}

[data-bs-theme=dark] {
.page-link.active, .active > .page-link {
background-color: unset;
border-color: unset;
}
.page-link:focus {
box-shadow: none;
}
}

0 comments on commit 42fc9b6

Please sign in to comment.