Skip to content

Commit

Permalink
fix(site): remove hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Oct 8, 2021
1 parent 1762dd8 commit 5ae0179
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/varlet-cli/site/mobile/components/AppHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,5 @@ export default {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
transition: all 0.3s;
color: #555;
&:hover {
color: var(--site-config-color-mobile-cell-hover);
background: var(--site-config-color-mobile-cell-hover-background);
}
}
</style>

0 comments on commit 5ae0179

Please sign in to comment.