We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed5148 commit ccc37bbCopy full SHA for ccc37bb
src/client/theme-default/components/VPNavBarSearchButton.vue
@@ -71,6 +71,11 @@ const translate = createSearchTranslate(defaultTranslations)
71
outline: 5px auto -webkit-focus-ring-color;
72
}
73
74
+.DocSearch-Button-Key--pressed {
75
+ transform: none;
76
+ box-shadow: none;
77
+}
78
+
79
.DocSearch-Button:focus:not(:focus-visible) {
80
outline: none !important;
81
0 commit comments