Skip to content

Commit a9761cf

Browse files
committed
removed Weird Highlighting
1 parent 49c4aac commit a9761cf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

static/css/accessibility.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ article:has(.tool-card__link:focus-visible) .tool-card__link:focus-visible {
6666
box-shadow: none;
6767
}
6868

69+
/* Search palette: input lives inside a dedicated bar; skip global focus ring */
70+
.search-palette__input:focus,
71+
.search-palette__input:focus-visible {
72+
outline: none;
73+
box-shadow: none;
74+
}
75+
6976
/* Remove default outline for mouse users */
7077
a:focus:not(:focus-visible),
7178
button:focus:not(:focus-visible),

0 commit comments

Comments
 (0)