diff --git a/ui/components/b2b/components/data-table/_b2bDataTable.scss b/ui/components/b2b/components/data-table/_b2bDataTable.scss index 7cc37614d..7bf3f855e 100644 --- a/ui/components/b2b/components/data-table/_b2bDataTable.scss +++ b/ui/components/b2b/components/data-table/_b2bDataTable.scss @@ -41,7 +41,8 @@ $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 { @@ -49,6 +50,14 @@ $b2b-table-border: $palette-gray-5; } } + &:not(.nds-b2b-table_cell-readonly) { + .nds-b2b-table_sort:focus { + .nds-b2b-hover-icon { + opacity: 1; + } + } + } + &-label { display: none;