Skip to content

Commit 3219b3b

Browse files
allisonchefecsamthurman
authored andcommitted
fixed pagination docs and class names that were never changed whoops (#414)
1 parent e34e97b commit 3219b3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

_lib/solid-components/_pagination.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
}
7575

7676
.pagination__button--disabled {
77-
.pagination__button__prev-icon,
78-
.pagination__button__next-icon {
77+
.pagination__button--prev-icon,
78+
.pagination__button--next-icon {
7979
opacity: .3;
8080
}
8181
}
8282
}
8383

8484
// Small Pagination
8585
.pagination--small {
86-
.pagination__button__prev-icon,
87-
.pagination__button__next-icon {
86+
.pagination__button--prev-icon,
87+
.pagination__button--next-icon {
8888
width: .625rem;
8989
top: 1px;
9090
}

docs/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2 class="bold xs-mb2">Small Pagination</h2>
7575
</svg>
7676
</button>
7777
<button class="pagination__button pagination__button--next">
78-
<svg class="pagination__button__next-icon" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
78+
<svg class="pagination__button--next-icon" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
7979
<path d="M142.382 16.892l-24.485 24.449c-2.938 2.934-4.897 7.335-4.897 11.246 0 3.912 1.959 8.313 4.897 11.246l192.448 192.168-192.448 192.168c-2.938 2.934-4.897 7.335-4.897 11.246 0 4.401 1.959 8.313 4.897 11.246l24.485 24.449c2.938 2.934 7.345 4.89 11.263 4.89s8.325-1.956 11.263-4.89l228.196-227.864c2.938-2.934 4.897-7.335 4.897-11.246 0-3.912-1.959-8.313-4.897-11.246l-228.196-227.864c-2.938-2.934-7.345-4.89-11.263-4.89s-8.325 1.956-11.263 4.89v.002z"/>
8080
</svg>
8181
</button>

0 commit comments

Comments
 (0)