fix(theme): disable keypress effect on search button

pull/3817/head
Divyansh Singh 2 months ago
parent 7ed5148260
commit ccc37bb80e

@ -71,6 +71,11 @@ const translate = createSearchTranslate(defaultTranslations)
outline: 5px auto -webkit-focus-ring-color;
}
.DocSearch-Button-Key--pressed {
transform: none;
box-shadow: none;
}
.DocSearch-Button:focus:not(:focus-visible) {
outline: none !important;
}

Loading…
Cancel
Save