Skip to content

Commit

Permalink
fix: Remove misleading hover highlight for overflow menu
Browse files Browse the repository at this point in the history
closes #50
  • Loading branch information
surajshetty3416 committed Jan 9, 2024
1 parent 3dc503f commit c39ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/PageBuilderLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<template v-slot="{ open }">
<FeatherIcon
name="more-vertical"
class="h-4 w-4 text-gray-500 group-hover:text-gray-700"
class="h-4 w-4 text-gray-500 hover:text-gray-700"
@click="open"></FeatherIcon>
</template>
</Dropdown>
Expand Down

0 comments on commit c39ad70

Please sign in to comment.