Skip to content

Commit

Permalink
fix(style): inconsistent focus border radius across buttons and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Mar 4, 2024
1 parent b4af091 commit cc30f63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/styles/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,11 @@ button.text,
background: none;
}
}

a.textButton,
a.text,
a.button {
&:focus-visible {
border-radius: var(--roundness);
}
}

0 comments on commit cc30f63

Please sign in to comment.