Skip to content

Commit

Permalink
Merge pull request #2112 from cfpb/ans_zindex
Browse files Browse the repository at this point in the history
Pagination: move z-index to buttons
  • Loading branch information
anselmbradford authored Nov 13, 2024
2 parents 9978172 + 48e4c68 commit 6a338a7
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 21 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/utilities/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/utilities/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/utilities/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
border-radius: math.div(4px, $base-font-size-px) + rem;
background: $pagination-bg;
color: $pagination-text;
z-index: -1;
}

&__current-page {
Expand All @@ -44,9 +43,11 @@

&__btn-prev {
grid-area: pag-btn-prev;
z-index: 1;
}
&__btn-next {
grid-area: pag-btn-next;
z-index: 1;
}

// Tablet and above.
Expand Down

0 comments on commit 6a338a7

Please sign in to comment.