File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
packages/ButtonLink/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,14 @@ exports[`ButtonLink can be presented as one of the allowed fullwidth 1`] = `
82
82
}
83
83
}
84
84
85
+ @media (hover:none) {
86
+ .c0 :hover {
87
+ box-shadow: none ;
88
+ background - color : #2B8000 ;
89
+ color : #fff ;
90
+ }
91
+ }
92
+
85
93
@media (prefers-reduced-motion:reduce) {
86
94
.c0 {
87
95
-webkit-transition: none ! important ;
@@ -178,6 +186,14 @@ exports[`ButtonLink can be presented as one of the allowed variants 1`] = `
178
186
}
179
187
}
180
188
189
+ @media (hover:none) {
190
+ .c0 :hover {
191
+ box-shadow: none ;
192
+ background - color : #4b286d ;
193
+ color : #fff ;
194
+ }
195
+ }
196
+
181
197
@media (prefers-reduced-motion:reduce) {
182
198
.c0 {
183
199
-webkit-transition: none ! important ;
@@ -285,6 +301,14 @@ exports[`ButtonLink can be presented as one of the allowed variants 2`] = `
285
301
}
286
302
}
287
303
304
+ @media (hover:none) {
305
+ .c0 :hover {
306
+ box-shadow: none ;
307
+ background - color : #2B8000 ;
308
+ color : #fff ;
309
+ }
310
+ }
311
+
288
312
@media (prefers-reduced-motion:reduce) {
289
313
.c0 {
290
314
-webkit-transition: none ! important ;
@@ -381,6 +405,14 @@ exports[`ButtonLink renders 1`] = `
381
405
}
382
406
}
383
407
408
+ @media (hover:none) {
409
+ .c0 :hover {
410
+ box-shadow: none ;
411
+ background - color : #2B8000 ;
412
+ color : #fff ;
413
+ }
414
+ }
415
+
384
416
@media (prefers-reduced-motion:reduce) {
385
417
.c0 {
386
418
-webkit-transition: none ! important ;
You can’t perform that action at this time.
0 commit comments