We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebcd85a + c54faf0 commit e2e8906Copy full SHA for e2e8906
ui/components/b2b/components/data-table/_b2bDataTable.scss
@@ -56,6 +56,10 @@ $b2b-table-border: $palette-gray-5;
56
opacity: 1;
57
}
58
59
+
60
+ .nds-b2b-hover-icon:focus {
61
+ opacity: 1;
62
+ }
63
64
65
@@ -97,6 +101,7 @@ $b2b-table-border: $palette-gray-5;
97
101
98
102
& [type=checkbox]:focus ~ .nds-checkbox_faux{
99
103
border-color: $black-primary;
104
100
105
106
107
& [type=checkbox]:focus:checked ~ .nds-checkbox_faux,
@@ -277,6 +282,12 @@ $b2b-table-border: $palette-gray-5;
277
282
278
283
279
284
285
286
+ &:not(.nds-b2b-table_head-row) {
287
+ .nds-b2b-row_hover-show:focus {
288
289
290
280
291
281
292
293
td.nds-b2b-table_cell-readonly {
0 commit comments