Skip to content

Commit 5cae584

Browse files
fix(navitem): Remove blue lines in safari (#1106)
* fix(navitem): Remove blue lines in safari * fix(Shell): Remove blue lines in safari * fix(Shell): Remove blue lines in safari Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 3b78128 commit 5cae584

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/__tests__/scss/__snapshots__/styles-test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14006,6 +14006,7 @@ li.bx--accordion__item--disabled:last-of-type {
1400614006
}
1400714007

1400814008
.security--nav__list:focus {
14009+
outline: 0;
1400914010
outline-width: 0;
1401014011
}
1401114012

src/components/Nav/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
}
9696

9797
&:focus {
98+
outline: 0;
9899
outline-width: 0;
99100

100101
> #{$list}__item__link {

0 commit comments

Comments
 (0)