Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Move omorphia styles #161

Merged
merged 9 commits into from
Nov 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix btn brand highlight
  • Loading branch information
Geometrically committed Nov 29, 2023
commit 331b68164413da1d82daaa17f220d52817415b8b
2 changes: 1 addition & 1 deletion lib/components/base/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
v-else
class="btn"
:class="{
'page-number current btn-highlighted': page === item,
'page-number current btn-brand-highlight': page === item,
'btn-transparent': page !== item,
shrink: item > 99,
}"
Expand Down