@@ -21,7 +21,6 @@ exports[`snapshots renders a custom empty state message 1`] = `
21
21
- ms - flex - align : stretch ;
22
22
align - items : stretch ;
23
23
min - height : 32px ;
24
- overflow : hidden ;
25
24
}
26
25
27
26
.c0 input,
@@ -51,8 +50,8 @@ exports[`snapshots renders a custom empty state message 1`] = `
51
50
52
51
.c0:focus-within {
53
52
border - color : #0969da ;
54
- outline : 2 px solid #0969 da ;
55
- outline - offset : - 1px ;
53
+ outline : none ;
54
+ box - shadow : inset 0 0 0 1px #0969 da ;
56
55
}
57
56
58
57
.c0 > textarea {
@@ -188,7 +187,6 @@ exports[`snapshots renders a loading state 1`] = `
188
187
- ms - flex - align : stretch ;
189
188
align - items : stretch ;
190
189
min - height : 32px ;
191
- overflow : hidden ;
192
190
}
193
191
194
192
.c0 input,
@@ -218,8 +216,8 @@ exports[`snapshots renders a loading state 1`] = `
218
216
219
217
.c0:focus-within {
220
218
border - color : #0969da ;
221
- outline : 2 px solid #0969 da ;
222
- outline - offset : - 1px ;
219
+ outline : none ;
220
+ box - shadow : inset 0 0 0 1px #0969 da ;
223
221
}
224
222
225
223
.c0 > textarea {
@@ -390,7 +388,6 @@ exports[`snapshots renders a menu that contains an item to add to the menu 1`] =
390
388
- ms - flex - align : stretch ;
391
389
align - items : stretch ;
392
390
min - height : 32px ;
393
- overflow : hidden ;
394
391
}
395
392
396
393
.c0 input,
@@ -420,8 +417,8 @@ exports[`snapshots renders a menu that contains an item to add to the menu 1`] =
420
417
421
418
.c0:focus-within {
422
419
border - color : #0969da ;
423
- outline : 2 px solid #0969 da ;
424
- outline - offset : - 1px ;
420
+ outline : none ;
421
+ box - shadow : inset 0 0 0 1px #0969 da ;
425
422
}
426
423
427
424
.c0 > textarea {
@@ -1168,7 +1165,6 @@ exports[`snapshots renders a multiselect input 1`] = `
1168
1165
- ms - flex - align : stretch ;
1169
1166
align - items : stretch ;
1170
1167
min - height : 32px ;
1171
- overflow : hidden ;
1172
1168
}
1173
1169
1174
1170
.c0 input,
@@ -1198,8 +1194,8 @@ exports[`snapshots renders a multiselect input 1`] = `
1198
1194
1199
1195
.c0:focus-within {
1200
1196
border - color : #0969da ;
1201
- outline : 2 px solid #0969 da ;
1202
- outline - offset : - 1px ;
1197
+ outline : none ;
1198
+ box - shadow : inset 0 0 0 1px #0969 da ;
1203
1199
}
1204
1200
1205
1201
.c0 > textarea {
@@ -1833,7 +1829,6 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
1833
1829
- ms - flex - align : stretch ;
1834
1830
align - items : stretch ;
1835
1831
min - height : 32px ;
1836
- overflow : hidden ;
1837
1832
}
1838
1833
1839
1834
.c0 input,
@@ -1863,8 +1858,8 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
1863
1858
1864
1859
.c0:focus-within {
1865
1860
border - color : #0969da ;
1866
- outline : 2 px solid #0969 da ;
1867
- outline - offset : - 1px ;
1861
+ outline : none ;
1862
+ box - shadow : inset 0 0 0 1px #0969 da ;
1868
1863
}
1869
1864
1870
1865
.c0 > textarea {
@@ -2646,7 +2641,6 @@ exports[`snapshots renders a single select input 1`] = `
2646
2641
- ms - flex - align : stretch ;
2647
2642
align - items : stretch ;
2648
2643
min - height : 32px ;
2649
- overflow : hidden ;
2650
2644
}
2651
2645
2652
2646
.c0 input,
@@ -2676,8 +2670,8 @@ exports[`snapshots renders a single select input 1`] = `
2676
2670
2677
2671
.c0:focus-within {
2678
2672
border - color : #0969da ;
2679
- outline : 2 px solid #0969 da ;
2680
- outline - offset : - 1px ;
2673
+ outline : none ;
2674
+ box - shadow : inset 0 0 0 1px #0969 da ;
2681
2675
}
2682
2676
2683
2677
.c0 > textarea {
@@ -3670,7 +3664,6 @@ exports[`snapshots renders with an input value 1`] = `
3670
3664
- ms - flex - align : stretch ;
3671
3665
align - items : stretch ;
3672
3666
min - height : 32px ;
3673
- overflow : hidden ;
3674
3667
}
3675
3668
3676
3669
.c0 input,
@@ -3700,8 +3693,8 @@ exports[`snapshots renders with an input value 1`] = `
3700
3693
3701
3694
.c0:focus-within {
3702
3695
border - color : #0969da ;
3703
- outline : 2 px solid #0969 da ;
3704
- outline - offset : - 1px ;
3696
+ outline : none ;
3697
+ box - shadow : inset 0 0 0 1px #0969 da ;
3705
3698
}
3706
3699
3707
3700
.c0 > textarea {
0 commit comments