style(ext/vault): migrate .btn:focus to :focus-visible + var(--focus-ring)
Code-review feedback on Task 3: vault button focus was the last hardcoded #d2ab43 + bare :focus rule not yet migrated. Brings vault button focus into parity with popup (which Task 2 already migrated) and removes the last raw accent literal from the focus-related rules. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -134,9 +134,9 @@ body {
|
|||||||
background: #30363d;
|
background: #30363d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:focus {
|
.btn:focus-visible {
|
||||||
outline: 1px solid #d2ab43;
|
outline: none;
|
||||||
outline-offset: 1px;
|
box-shadow: var(--focus-ring);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
|||||||
Reference in New Issue
Block a user