Skip to content

Commit 83b24eb

Browse files
fix(EntityStatus): fix link focus outline (#2856)
1 parent d7e8a22 commit 83b24eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/EntityStatus/EntityStatus.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116

117117
white-space: nowrap;
118118
text-overflow: ellipsis;
119+
120+
& a:focus-visible {
121+
outline-width: 2px;
122+
outline-offset: -2px;
123+
}
119124
}
120125

121126
&__link_with-left-trim {

0 commit comments

Comments
 (0)