Skip to content

Commit 580508a

Browse files
committed
chore(react.dev): Changed focus-visible in documentation search bar.
1 parent a0e50e9 commit 580508a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

styles/react.dev/catppuccin.user.less

+5-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
.text-link,
132132
.text-link-dark {
133-
color: @accent ;
133+
color: @accent;
134134
}
135135

136136
//hover styling
@@ -361,7 +361,6 @@
361361
outline-color: @accent;
362362
}
363363

364-
365364
// docsearch styling
366365

367366
--docsearch-modal-background: @base !important;
@@ -388,7 +387,11 @@
388387
input {
389388
color: @text;
390389
}
390+
:focus-visible {
391+
outline: 2px solid @accent !important;
392+
}
391393
}
394+
392395
.DocSearch-Hit {
393396
.DocSearch-Hit-title {
394397
color: @text;

0 commit comments

Comments
 (0)