Skip to content

Commit

Permalink
remove underline from PanelViewMenu advanced section
Browse files Browse the repository at this point in the history
Not related to changes in this PR.
  • Loading branch information
ahmedhamidawan committed Mar 18, 2024
1 parent b58d195 commit 8df4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Panels/Menus/PanelViewMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<b-button
v-if="showAdvanced"
variant="link"
class="w-100"
class="w-100 text-decoration-none"
size="sm"
@click="$emit('update:show-advanced', !showAdvanced)">
<slot name="panel-view-selector"></slot><span class="sr-only">Close advanced tool search menu</span>
Expand Down

0 comments on commit 8df4a5f

Please sign in to comment.