no-bug: Add focus indicators to space creation form (gh-13550)

Co-authored-by: Zander Otavka <AlexanderOtavka@users.noreply.github.com>
This commit is contained in:
Zander Otavka
2026-05-03 17:35:10 -07:00
committed by GitHub
parent 9950679f2c
commit 6552f0b3c3

View File

@@ -138,6 +138,11 @@ zen-workspace-creation {
margin-left: auto;
min-width: unset !important;
border-radius: 6px;
&:focus-visible {
outline: 2px solid var(--zen-colors-border-contrast);
outline-offset: 2px;
}
}
}
@@ -153,6 +158,11 @@ zen-workspace-creation {
&:hover {
background-color: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
}
&:focus-visible {
outline: 2px solid var(--zen-colors-border-contrast);
outline-offset: 2px;
}
}
& .zen-workspace-creation-buttons {