Skip to content

Commit 4e05c8e

Browse files
Revert "Update Pagination component snapshot (#3292)"
This reverts commit 24778f8.
1 parent 10bd407 commit 4e05c8e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/__tests__/Pagination/__snapshots__/Pagination.test.tsx.snap

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ exports[`Pagination renders consistently 1`] = `
7676
border-color: transparent;
7777
}
7878
79-
.c2[aria-disabled],
80-
.c2[aria-disabled]:hover {
81-
color: #8c959f;
82-
cursor: default;
83-
background-color: transparent;
84-
border-color: transparent;
85-
font-size: inherit;
86-
font-family: inherit;
87-
padding-top: inherit;
88-
padding-bottom: inherit;
89-
}
90-
9179
.c2[aria-disabled],
9280
.c2[aria-disabled]:hover,
9381
.c2[role='presentation'],
@@ -135,12 +123,12 @@ exports[`Pagination renders consistently 1`] = `
135123
className="c1"
136124
display="inline-block"
137125
>
138-
<button
126+
<span
139127
aria-disabled="true"
140128
className="c2"
141129
>
142130
Previous
143-
</button>
131+
</span>
144132
<a
145133
aria-current="page"
146134
aria-label="Page 1"

0 commit comments

Comments
 (0)