Skip to content

Commit ccc37bb

Browse files
committed
fix(theme): disable keypress effect on search button
1 parent 7ed5148 commit ccc37bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/theme-default/components/VPNavBarSearchButton.vue

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ const translate = createSearchTranslate(defaultTranslations)
7171
outline: 5px auto -webkit-focus-ring-color;
7272
}
7373
74+
.DocSearch-Button-Key--pressed {
75+
transform: none;
76+
box-shadow: none;
77+
}
78+
7479
.DocSearch-Button:focus:not(:focus-visible) {
7580
outline: none !important;
7681
}

0 commit comments

Comments
 (0)