Skip to content

Commit

Permalink
fix(theme): excerpt style in LocalSearchBox (vuejs#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceplugin committed Jul 16, 2024
1 parent f158e10 commit 211172a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/theme-default/components/VPLocalSearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -781,12 +781,11 @@ function formMarkRegex(terms: Set<string>) {
}
.excerpt {
opacity: 75%;
opacity: 50%;
pointer-events: none;
max-height: 140px;
overflow: hidden;
position: relative;
opacity: 0.5;
margin-top: 4px;
}
Expand Down

0 comments on commit 211172a

Please sign in to comment.