Skip to content

Commit

Permalink
Fixes AB#702: Focus ring not visible
Browse files Browse the repository at this point in the history
...when tab order reaches table for the first time without interacting with the table using the arrow keys
  • Loading branch information
mhdahman authored and gingi committed Apr 18, 2023
1 parent 19b27f9 commit 6b71982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@batch-flask/ui/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ bl-table {
}
}

&.focused {
outline: 1px dashed $primary-color;
outline-offset: -2px;
}

&.focused.selected {
outline: 1px dashed $primary-contrast-color;
outline-offset: -2px;
Expand Down

0 comments on commit 6b71982

Please sign in to comment.