Skip to content

Commit

Permalink
fix(theme): disable keypress effect on search button
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 19, 2024
1 parent 7ed5148 commit ccc37bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/theme-default/components/VPNavBarSearchButton.vue
Expand Up @@ -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;
}
Expand Down

0 comments on commit ccc37bb

Please sign in to comment.