Skip to content

Commit e2e8906

Browse files
authored
Merge pull request #62 from sf-industries/release-244/W-12256719_accessibility_bugs
W-12256719 | W-12256723: Accessibility bugs
2 parents ebcd85a + c54faf0 commit e2e8906

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ui/components/b2b/components/data-table/_b2bDataTable.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ $b2b-table-border: $palette-gray-5;
5656
opacity: 1;
5757
}
5858
}
59+
60+
.nds-b2b-hover-icon:focus {
61+
opacity: 1;
62+
}
5963
}
6064

6165

@@ -97,6 +101,7 @@ $b2b-table-border: $palette-gray-5;
97101

98102
& [type=checkbox]:focus ~ .nds-checkbox_faux{
99103
border-color: $black-primary;
104+
opacity: 1;
100105
}
101106

102107
& [type=checkbox]:focus:checked ~ .nds-checkbox_faux,
@@ -277,6 +282,12 @@ $b2b-table-border: $palette-gray-5;
277282
opacity: 1;
278283
}
279284
}
285+
286+
&:not(.nds-b2b-table_head-row) {
287+
.nds-b2b-row_hover-show:focus {
288+
opacity: 1;
289+
}
290+
}
280291
}
281292

282293
td.nds-b2b-table_cell-readonly {

0 commit comments

Comments
 (0)