@@ -17,6 +17,7 @@ exports[`<Clickable /> when ariaLabel is passed matches its snapshot 1`] = `
17
17
margin - left : 0px ;
18
18
margin - right : 0px ;
19
19
margin - top : 0px ;
20
+ outline : none ;
20
21
overflow : visible ;
21
22
padding - bottom : 0px ;
22
23
padding - left : 0px ;
@@ -33,6 +34,12 @@ exports[`<Clickable /> when ariaLabel is passed matches its snapshot 1`] = `
33
34
cursor : pointer ;
34
35
text - decoration : underline ;
35
36
}
37
+ .ms-Fabric--isFocusVisible & :focus {
38
+ box - shadow : inset 0 0 0 1px ;
39
+ }
40
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
41
+ box-shadow: inset 0 0 0 1px ;
42
+ }
36
43
type = " button"
37
44
>
38
45
<span
@@ -71,6 +78,7 @@ exports[`<Clickable /> when block is true matches its snapshot 1`] = `
71
78
margin - left : 0px ;
72
79
margin - right : 0px ;
73
80
margin - top : 0px ;
81
+ outline : none ;
74
82
overflow : visible ;
75
83
padding - bottom : 0px ;
76
84
padding - left : 0px ;
@@ -87,6 +95,12 @@ exports[`<Clickable /> when block is true matches its snapshot 1`] = `
87
95
cursor : pointer ;
88
96
text - decoration : underline ;
89
97
}
98
+ .ms-Fabric--isFocusVisible & :focus {
99
+ box - shadow : inset 0 0 0 1px ;
100
+ }
101
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
102
+ box-shadow: inset 0 0 0 1px ;
103
+ }
90
104
type = " button"
91
105
>
92
106
<span
@@ -125,6 +139,7 @@ exports[`<Clickable /> when focusableRef is passed matches its snapshot 1`] = `
125
139
margin - left : 0px ;
126
140
margin - right : 0px ;
127
141
margin - top : 0px ;
142
+ outline : none ;
128
143
overflow : visible ;
129
144
padding - bottom : 0px ;
130
145
padding - left : 0px ;
@@ -141,6 +156,12 @@ exports[`<Clickable /> when focusableRef is passed matches its snapshot 1`] = `
141
156
cursor : pointer ;
142
157
text - decoration : underline ;
143
158
}
159
+ .ms-Fabric--isFocusVisible & :focus {
160
+ box - shadow : inset 0 0 0 1px ;
161
+ }
162
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
163
+ box-shadow: inset 0 0 0 1px ;
164
+ }
144
165
type = " button"
145
166
>
146
167
<span
@@ -179,6 +200,7 @@ exports[`<Clickable /> when title is passed matches its snapshot 1`] = `
179
200
margin - left : 0px ;
180
201
margin - right : 0px ;
181
202
margin - top : 0px ;
203
+ outline : none ;
182
204
overflow : visible ;
183
205
padding - bottom : 0px ;
184
206
padding - left : 0px ;
@@ -195,6 +217,12 @@ exports[`<Clickable /> when title is passed matches its snapshot 1`] = `
195
217
cursor : pointer ;
196
218
text - decoration : underline ;
197
219
}
220
+ .ms-Fabric--isFocusVisible & :focus {
221
+ box - shadow : inset 0 0 0 1px ;
222
+ }
223
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
224
+ box-shadow: inset 0 0 0 1px ;
225
+ }
198
226
title = " extra browser tooltip content"
199
227
type = " button"
200
228
>
@@ -234,6 +262,7 @@ exports[`<Clickable /> when unstyled matches its snapshot 1`] = `
234
262
margin - left : 0px ;
235
263
margin - right : 0px ;
236
264
margin - top : 0px ;
265
+ outline : none ;
237
266
overflow : visible ;
238
267
padding - bottom : 0px ;
239
268
padding - left : 0px ;
@@ -250,6 +279,12 @@ exports[`<Clickable /> when unstyled matches its snapshot 1`] = `
250
279
cursor : pointer ;
251
280
text - decoration : underline ;
252
281
}
282
+ .ms-Fabric--isFocusVisible & :focus {
283
+ box - shadow : inset 0 0 0 1px ;
284
+ }
285
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
286
+ box-shadow: inset 0 0 0 1px ;
287
+ }
253
288
type = " button"
254
289
>
255
290
clickable content
@@ -273,6 +308,7 @@ exports[`<Clickable /> with additional className matches its snapshot 1`] = `
273
308
margin - left : 0px ;
274
309
margin - right : 0px ;
275
310
margin - top : 0px ;
311
+ outline : none ;
276
312
overflow : visible ;
277
313
padding - bottom : 0px ;
278
314
padding - left : 0px ;
@@ -289,6 +325,12 @@ exports[`<Clickable /> with additional className matches its snapshot 1`] = `
289
325
cursor : pointer ;
290
326
text - decoration : underline ;
291
327
}
328
+ .ms-Fabric--isFocusVisible & :focus {
329
+ box - shadow : inset 0 0 0 1px ;
330
+ }
331
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
332
+ box-shadow: inset 0 0 0 1px ;
333
+ }
292
334
type = " button"
293
335
>
294
336
<span
@@ -327,6 +369,7 @@ exports[`<Clickable /> with default options matches its snapshot 1`] = `
327
369
margin - left : 0px ;
328
370
margin - right : 0px ;
329
371
margin - top : 0px ;
372
+ outline : none ;
330
373
overflow : visible ;
331
374
padding - bottom : 0px ;
332
375
padding - left : 0px ;
@@ -343,6 +386,12 @@ exports[`<Clickable /> with default options matches its snapshot 1`] = `
343
386
cursor : pointer ;
344
387
text - decoration : underline ;
345
388
}
389
+ .ms-Fabric--isFocusVisible & :focus {
390
+ box - shadow : inset 0 0 0 1px ;
391
+ }
392
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
393
+ box-shadow: inset 0 0 0 1px ;
394
+ }
346
395
type = " button"
347
396
>
348
397
<span
@@ -381,6 +430,7 @@ exports[`<Clickable /> with theme matches its snapshot 1`] = `
381
430
margin - left : 0px ;
382
431
margin - right : 0px ;
383
432
margin - top : 0px ;
433
+ outline : none ;
384
434
overflow : visible ;
385
435
padding - bottom : 0px ;
386
436
padding - left : 0px ;
@@ -397,6 +447,12 @@ exports[`<Clickable /> with theme matches its snapshot 1`] = `
397
447
cursor : pointer ;
398
448
text - decoration : underline ;
399
449
}
450
+ .ms-Fabric--isFocusVisible & :focus {
451
+ box - shadow : inset 0 0 0 1px ;
452
+ }
453
+ @media screen and (-ms-high-contrast: active){ .ms - Fabric -- isFocusVisible & :focus {
454
+ box-shadow: inset 0 0 0 1px ;
455
+ }
400
456
type = " button"
401
457
>
402
458
<span
0 commit comments