Skip to content

Commit

Permalink
Merge pull request #6800 from nextcloud/fix/6152--Can-use-tertiary-no…
Browse files Browse the repository at this point in the history
…-background-as-type-for-the-buttons

Use "tertiary no background" as type for the buttons in table's header
  • Loading branch information
juliusknorr authored Dec 18, 2024
2 parents 8586891 + f99849a commit d45b8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/Table/TableHeaderView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<NodeViewContent class="content" />
<NcActions v-if="isEditable"
ref="menu"
type="tertiary-no-background"
data-text-table-actions="header">
<NcActionButtonGroup>
<NcActionButton data-text-table-action="align-column-left"
Expand Down

0 comments on commit d45b8e0

Please sign in to comment.