Skip to content

Commit 97d010b

Browse files
committed
test(core-button-link): update snapshots
1 parent be8cb85 commit 97d010b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

packages/ButtonLink/__tests__/__snapshots__/ButtonLink.spec.jsx.snap

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ exports[`ButtonLink can be presented as one of the allowed fullwidth 1`] = `
8282
}
8383
}
8484
85+
@media (hover:none) {
86+
.c0:hover {
87+
box-shadow: none;
88+
background-color: #2B8000;
89+
color: #fff;
90+
}
91+
}
92+
8593
@media (prefers-reduced-motion:reduce) {
8694
.c0 {
8795
-webkit-transition: none !important;
@@ -178,6 +186,14 @@ exports[`ButtonLink can be presented as one of the allowed variants 1`] = `
178186
}
179187
}
180188
189+
@media (hover:none) {
190+
.c0:hover {
191+
box-shadow: none;
192+
background-color: #4b286d;
193+
color: #fff;
194+
}
195+
}
196+
181197
@media (prefers-reduced-motion:reduce) {
182198
.c0 {
183199
-webkit-transition: none !important;
@@ -285,6 +301,14 @@ exports[`ButtonLink can be presented as one of the allowed variants 2`] = `
285301
}
286302
}
287303
304+
@media (hover:none) {
305+
.c0:hover {
306+
box-shadow: none;
307+
background-color: #2B8000;
308+
color: #fff;
309+
}
310+
}
311+
288312
@media (prefers-reduced-motion:reduce) {
289313
.c0 {
290314
-webkit-transition: none !important;
@@ -381,6 +405,14 @@ exports[`ButtonLink renders 1`] = `
381405
}
382406
}
383407
408+
@media (hover:none) {
409+
.c0:hover {
410+
box-shadow: none;
411+
background-color: #2B8000;
412+
color: #fff;
413+
}
414+
}
415+
384416
@media (prefers-reduced-motion:reduce) {
385417
.c0 {
386418
-webkit-transition: none !important;

0 commit comments

Comments
 (0)