Skip to content

Commit

Permalink
fix(theme): don't update opacity on hover (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed May 8, 2023
1 parent c20bd28 commit 35f8b89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/theme-default/components/VPNavBarTitle.vue
Expand Up @@ -35,10 +35,6 @@ const { currentLang } = useLangs()
transition: opacity 0.25s;
}
.title:hover {
opacity: 0.6;
}
@media (min-width: 960px) {
.title {
flex-shrink: 0;
Expand Down

0 comments on commit 35f8b89

Please sign in to comment.