Skip to content

Commit

Permalink
fix: remove key press indicators from docsearch button (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo authored Sep 14, 2024
1 parent 73a3d33 commit ae07f39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vitepress/components/VPNavBarSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,9 @@ function load() {
.DocSearch-Button:hover .DocSearch-Button-Key {
color: var(--vt-c-brand-light);
}
.DocSearch-Button .DocSearch-Button-Key--pressed {
box-shadow: none;
transform: none;
}
</style>

0 comments on commit ae07f39

Please sign in to comment.