We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4aac commit a9761cfCopy full SHA for a9761cf
1 file changed
static/css/accessibility.css
@@ -66,6 +66,13 @@ article:has(.tool-card__link:focus-visible) .tool-card__link:focus-visible {
66
box-shadow: none;
67
}
68
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
+
76
/* Remove default outline for mouse users */
77
a:focus:not(:focus-visible),
78
button:focus:not(:focus-visible),
0 commit comments