Skip to content

Commit 818467d

Browse files
authored
fix(ui): show outline on focus for sort column buttons (#9557)
Fixes #9611. When using the keyboard, focus is invisible when the active element is a sort column button. This change ensures that focus remains visible when the active element is a sort column button. ![sort-column-buttons-1](https://github.com/user-attachments/assets/6a2fd6e1-23c0-4a18-beae-c206de56f22e) ![sort-column-buttons-2](https://github.com/user-attachments/assets/e9335d9f-6cdb-4b43-9cdc-bb3bea763b0f)
1 parent 8c3f6e1 commit 818467d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ui/src/elements/SortColumn/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
justify-content: center;
3838
background: transparent;
3939
border: none;
40-
outline: none;
4140
cursor: pointer;
4241

4342
&.sort-column--active {

0 commit comments

Comments
 (0)