File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @primer/react " : patch
3+ ---
4+
5+ Update Pagination CSS syntax to help with parsing downstream
Original file line number Diff line number Diff line change 77 font-style : normal;
88 /* stylelint-disable-next-line primer/typography */
99 line-height : 1 ;
10- color : var (---- fgColor-default );
10+ color : var (--fgColor-default );
1111 text-align : center;
1212 text-decoration : none;
1313 white-space : nowrap;
128128 text-align : center;
129129}
130130
131- @media (( max-width : calc ( 768 px - 0.02 px )) ) {
131+ @media screen and (--viewportRange-narrow ) {
132132 .TablePaginationSteps [data-hidden-viewport-ranges *= 'narrow' ] > * : not (: first-child ): not (: last-child ) {
133133 display : none;
134134 }
142142 }
143143}
144144
145- @media (( min-width : 768 px ) ) {
145+ @media screen and (--viewportRange-regular ) {
146146 .TablePaginationSteps [data-hidden-viewport-ranges *= 'regular' ] > * : not (: first-child ): not (: last-child ) {
147147 display : none;
148148 }
156156 }
157157}
158158
159- @media (( min-width : 1400 px ) ) {
159+ @media screen and (--viewportRange-wide ) {
160160 .TablePaginationSteps [data-hidden-viewport-ranges *= 'wide' ] > * : not (: first-child ): not (: last-child ) {
161161 display : none;
162162 }
You can’t perform that action at this time.
0 commit comments