Add visibility on buttons focus

This commit is contained in:
Jef Roelandt
2024-04-19 20:35:24 +02:00
parent 42d3bd9e8c
commit 4f4ffe3e3a
4 changed files with 16 additions and 0 deletions

View File

@@ -86,5 +86,9 @@
&:hover {
background-color: var(--color-neutral-100);
}
&:focus-visible {
outline: 1px solid white;
}
}
}