Skip to content

Commit

Permalink
fix(paginator): border and inactive color (#20)
Browse files Browse the repository at this point in the history
Add a border to the paginator elements, and better style when inactive.
  • Loading branch information
dbeg authored Jan 4, 2023
1 parent 345277e commit 6b69da1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
display: inline-flex;
align-items: center;
gap: 4px;
border: 1px solid;
border-radius: 8px;
}

span {
opacity: .5;
}
}
}

0 comments on commit 6b69da1

Please sign in to comment.