Skip to content

Commit d45b8e0

Browse files
authored
Merge pull request #6800 from nextcloud/fix/6152--Can-use-tertiary-no-background-as-type-for-the-buttons
Use "tertiary no background" as type for the buttons in table's header
2 parents 8586891 + f99849a commit d45b8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nodes/Table/TableHeaderView.vue

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<NodeViewContent class="content" />
1010
<NcActions v-if="isEditable"
1111
ref="menu"
12+
type="tertiary-no-background"
1213
data-text-table-actions="header">
1314
<NcActionButtonGroup>
1415
<NcActionButton data-text-table-action="align-column-left"

0 commit comments

Comments
 (0)