Skip to content

Commit

Permalink
🐛 (aside) hover color only in large on aside nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 6, 2021
1 parent 0bb618f commit 9589790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h5
v-if="title"
class="py-2 text-base font-semibold text-gray-900 cursor-pointer dark:text-gray-100"
:class="[isActive ? '' : 'hover:d-primary-text-hover']"
:class="[isActive ? '' : 'lg:hover:d-primary-text-hover']"
@click="toggle"
>
{{ title }}
Expand Down

0 comments on commit 9589790

Please sign in to comment.