Skip to content

Commit 56c205f

Browse files
committed
Revert "update snapshots"
This reverts commit 63743cd.
1 parent 63743cd commit 56c205f

File tree

4 files changed

+356
-265
lines changed

4 files changed

+356
-265
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ exports[`ActionMenu renders consistently 1`] = `
104104
margin-right: -4px;
105105
}
106106
107-
@media (forced-colors:active) {
108-
.c1:focus {
109-
outline: solid 1px transparent;
110-
}
111-
}
112-
113107
<div
114108
className="c0"
115109
color="fg.default"

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,6 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
185185
outline: none;
186186
}
187187
188-
@media (forced-colors:active) {
189-
.c2 {
190-
outline: solid 1px transparent;
191-
}
192-
}
193-
194188
<div>
195189
<div
196190
class="c0"

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ exports[`Button renders consistently 1`] = `
8888
border-color: rgba(27,31,36,0.15);
8989
}
9090
91-
@media (forced-colors:active) {
92-
.c0:focus {
93-
outline: solid 1px transparent;
94-
}
95-
}
96-
9791
<button
9892
className="c0"
9993
/>
@@ -204,12 +198,6 @@ exports[`Button styles danger button appropriately 1`] = `
204198
border-color: btn.danger.selectedBorder;
205199
}
206200
207-
@media (forced-colors:active) {
208-
.c0:focus {
209-
outline: solid 1px transparent;
210-
}
211-
}
212-
213201
<button
214202
class="c0"
215203
>
@@ -306,12 +294,6 @@ exports[`Button styles invisible button appropriately 1`] = `
306294
background-color: btn.selectedBg;
307295
}
308296
309-
@media (forced-colors:active) {
310-
.c0:focus {
311-
outline: solid 1px transparent;
312-
}
313-
}
314-
315297
<button
316298
class="c0"
317299
>
@@ -429,12 +411,6 @@ exports[`Button styles outline button appropriately 1`] = `
429411
border-color: btn.outline.selectedBorder;
430412
}
431413
432-
@media (forced-colors:active) {
433-
.c0:focus {
434-
outline: solid 1px transparent;
435-
}
436-
}
437-
438414
<button
439415
class="c0"
440416
>
@@ -538,12 +514,6 @@ exports[`Button styles primary button appropriately 1`] = `
538514
box-shadow: undefined;
539515
}
540516
541-
@media (forced-colors:active) {
542-
.c0:focus {
543-
outline: solid 1px transparent;
544-
}
545-
}
546-
547517
<button
548518
class="c0"
549519
>

0 commit comments

Comments
 (0)