Skip to content

Commit

Permalink
Optimize focus outline offset in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Dec 18, 2024
1 parent 2ac900e commit 7a224a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/complete.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/scss/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@
transform: scale(1);
}
}

> :is(input, button, label, a) {
outline-offset: -2px;
}
}
}
}
Expand Down

0 comments on commit 7a224a8

Please sign in to comment.