mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user