Skip to content

Commit

Permalink
chore: Fix focus outline on app layout triggers (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Jul 20, 2023
1 parent 0df2a92 commit d85259a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app-layout/toggles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
padding: $padding-vertical $padding-horizontal;
background: transparent;
color: currentColor;
&:focus {
outline: none;
text-decoration: none;
}
@include focus-visible.when-visible {
@include styles.focus-highlight(awsui.$space-button-inline-icon-focus-outline-gutter);
}
Expand Down

0 comments on commit d85259a

Please sign in to comment.