Skip to content

Commit

Permalink
fix(navitem): Remove blue lines in safari (#1106)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
clairek20 and kodiakhq[bot] authored Oct 8, 2021
1 parent 3b78128 commit 5cae584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/scss/__snapshots__/styles-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14006,6 +14006,7 @@ li.bx--accordion__item--disabled:last-of-type {
}

.security--nav__list:focus {
outline: 0;
outline-width: 0;
}

Expand Down
1 change: 1 addition & 0 deletions src/components/Nav/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
}

&:focus {
outline: 0;
outline-width: 0;

> #{$list}__item__link {
Expand Down

0 comments on commit 5cae584

Please sign in to comment.