Skip to content

Commit

Permalink
Merge pull request #4875 from nextcloud-libraries/bugfix/4870/remove-…
Browse files Browse the repository at this point in the history
…server-styles-from-action-button

Remove server styles from action menu
  • Loading branch information
marcoambrosini authored Nov 24, 2023
2 parents 29b408a + 1ef873f commit 1c70571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActionButton/NcActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {

<template>
<li class="action" :class="{ 'action--disabled': disabled }" :role="isInSemanticMenu && 'presentation'">
<button class="action-button"
<button class="action-button button-vue"
:class="{ focusable: isFocusable }"
:aria-label="ariaLabel"
:title="title"
Expand Down

0 comments on commit 1c70571

Please sign in to comment.