Skip to content

Commit

Permalink
Merge pull request #61 from sf-industries/release-244/accessibility_bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
muruhanantham authored Dec 23, 2022
2 parents 5dcd903 + 891879e commit ebcd85a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ui/components/b2b/components/data-table/_b2bDataTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,23 @@ $b2b-table-border: $palette-gray-5;
letter-spacing: 0.05rem;
}

&:not(.nds-b2b-table_cell-readonly):hover {
&:not(.nds-b2b-table_cell-readonly):hover,
&:not(.nds-b2b-table_cell-readonly):focus {
background-color: $white;

.nds-b2b-hover-icon {
opacity: 1;
}
}

&:not(.nds-b2b-table_cell-readonly) {
.nds-b2b-table_sort:focus {
.nds-b2b-hover-icon {
opacity: 1;
}
}
}


&-label {
display: none;
Expand Down

0 comments on commit ebcd85a

Please sign in to comment.