Skip to content

Commit e938990

Browse files
(Table): remove unused .slds-assistive-text
1 parent d3b5d1f commit e938990

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/scripts/Table.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ export const TableHeaderColumn: FC<TableHeaderColumnProps> = (props) => {
193193
icon={icon}
194194
style={{ position: 'absolute' }}
195195
/>
196-
<span
197-
className='slds-assistive-text'
198-
aria-live='assertive'
199-
aria-atomic='true'
200-
/>
201196
</a>
202197
) : (
203198
cellContent

0 commit comments

Comments
 (0)