@@ -115,7 +115,6 @@ exports[`NavList renders a simple list 1`] = `
115
115
}
116
116
117
117
.c2:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
118
- .c2:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
119
118
.c2[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
120
119
-- divider - color : transparent ;
121
120
}
@@ -208,7 +207,6 @@ exports[`NavList renders a simple list 1`] = `
208
207
}
209
208
210
209
.c7:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
211
- .c7:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
212
210
.c7[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
213
211
-- divider - color : transparent ;
214
212
}
@@ -563,7 +561,6 @@ exports[`NavList renders with groups 1`] = `
563
561
}
564
562
565
563
.c6:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
566
- .c6:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
567
564
.c6[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
568
565
-- divider - color : transparent ;
569
566
}
@@ -656,7 +653,6 @@ exports[`NavList renders with groups 1`] = `
656
653
}
657
654
658
655
.c11:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
659
- .c11:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
660
656
.c11[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
661
657
-- divider - color : transparent ;
662
658
}
@@ -1042,7 +1038,6 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
1042
1038
}
1043
1039
1044
1040
.c11:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1045
- .c11:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1046
1041
.c11[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
1047
1042
-- divider - color : transparent ;
1048
1043
}
@@ -1135,7 +1130,6 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
1135
1130
}
1136
1131
1137
1132
.c4:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1138
- .c4:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1139
1133
.c4[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
1140
1134
-- divider - color : transparent ;
1141
1135
}
@@ -1514,7 +1508,6 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
1514
1508
}
1515
1509
1516
1510
.c11:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1517
- .c11:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1518
1511
.c11[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
1519
1512
-- divider - color : transparent ;
1520
1513
}
@@ -1617,7 +1610,6 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
1617
1610
}
1618
1611
1619
1612
.c4:hover:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1620
- .c4:focus:not([aria-disabled]):not([data-inactive]):not([data-loading]),
1621
1613
.c4[data-focus-visible-added]:not([aria-disabled]):not([data-inactive]) {
1622
1614
-- divider - color : transparent ;
1623
1615
}
0 commit comments