Skip to content

Commit ae07f39

Browse files
authored
fix: remove key press indicators from docsearch button (#111)
1 parent 73a3d33 commit ae07f39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vitepress/components/VPNavBarSearch.vue

+5
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,9 @@ function load() {
235235
.DocSearch-Button:hover .DocSearch-Button-Key {
236236
color: var(--vt-c-brand-light);
237237
}
238+
239+
.DocSearch-Button .DocSearch-Button-Key--pressed {
240+
box-shadow: none;
241+
transform: none;
242+
}
238243
</style>

0 commit comments

Comments
 (0)