File tree 2 files changed +9
-4
lines changed
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 7
7
font-style : normal;
8
8
/* stylelint-disable-next-line primer/typography */
9
9
line-height : 1 ;
10
- color : var (---- fgColor-default );
10
+ color : var (--fgColor-default );
11
11
text-align : center;
12
12
text-decoration : none;
13
13
white-space : nowrap;
128
128
text-align : center;
129
129
}
130
130
131
- @media (( max-width : calc ( 768 px - 0.02 px )) ) {
131
+ @media screen and (--viewportRange-narrow ) {
132
132
.TablePaginationSteps [data-hidden-viewport-ranges *= 'narrow' ] > * : not (: first-child ): not (: last-child ) {
133
133
display : none;
134
134
}
142
142
}
143
143
}
144
144
145
- @media (( min-width : 768 px ) ) {
145
+ @media screen and (--viewportRange-regular ) {
146
146
.TablePaginationSteps [data-hidden-viewport-ranges *= 'regular' ] > * : not (: first-child ): not (: last-child ) {
147
147
display : none;
148
148
}
156
156
}
157
157
}
158
158
159
- @media (( min-width : 1400 px ) ) {
159
+ @media screen and (--viewportRange-wide ) {
160
160
.TablePaginationSteps [data-hidden-viewport-ranges *= 'wide' ] > * : not (: first-child ): not (: last-child ) {
161
161
display : none;
162
162
}
You can’t perform that action at this time.
0 commit comments