Skip to content

Commit a4c76ee

Browse files
chore(#2609): update table sort header focus visible style
Signed-off-by: Vanessa Tran <vanessa.m.tran@gov.ab.ca>
1 parent 2a465b4 commit a4c76ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libs/web-components/src/components/table/TableSortHeader.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
color: var(--goa-color-interactive-hover);
7272
}
7373
74+
button:focus {
75+
outline: none;
76+
}
77+
78+
button:focus-visible {
79+
box-shadow: 0 0 0 var(--goa-border-width-l)
80+
var(--goa-color-interactive-focus);
81+
}
82+
7483
button goa-icon {
7584
color: var(--goa-color-interactive-default);
7685
}

0 commit comments

Comments
 (0)