diff --git a/frontend/src/styles/buttons.scss b/frontend/src/styles/buttons.scss index abdc6a75178a..5543191d6e36 100644 --- a/frontend/src/styles/buttons.scss +++ b/frontend/src/styles/buttons.scss @@ -162,3 +162,11 @@ button.text, background: none; } } + +a.textButton, +a.text, +a.button { + &:focus-visible { + border-radius: var(--roundness); + } +}