Skip to content

Commit afff734

Browse files
jameskosterjasmussen
authored andcommitted
Update page selector (#59284)
Unlinked contributors: pablohoneyhoney. Co-authored-by: jameskoster <jameskoster@git.wordpress.org> Co-authored-by: jasmussen <joen@git.wordpress.org>
1 parent 3bf1514 commit afff734

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/dataviews/src/pagination.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ const Pagination = memo( function Pagination( {
2727
justify="end"
2828
className="dataviews-pagination"
2929
>
30-
<HStack justify="flex-start" expanded={ false } spacing={ 2 }>
30+
<HStack
31+
justify="flex-start"
32+
expanded={ false }
33+
spacing={ 2 }
34+
className="dataviews-pagination__page-selection"
35+
>
3136
{ createInterpolateElement(
3237
sprintf(
3338
// translators: %s: Total number of pages.

packages/dataviews/src/style.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
color: $gray-700;
3939
}
4040

41+
.dataviews-pagination__page-selection {
42+
font-size: 11px;
43+
text-transform: uppercase;
44+
font-weight: 500;
45+
color: $gray-900;
46+
}
47+
4148
.dataviews-filters-options {
4249
margin: $grid-unit-40 0 $grid-unit-20;
4350
}

0 commit comments

Comments
 (0)