Skip to content

Commit

Permalink
fix(theme): excerpt style in LocalSearchBox (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
niansi-z committed Jul 16, 2024
1 parent f0fd3d1 commit 2bc0d39
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 2bc0d39

Please sign in to comment.