Skip to content

Commit

Permalink
Update custom data view button
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Nov 9, 2023
1 parent 255568a commit 9e45ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ function CustomDataViewItem( { dataviewId, isActive } ) {
icon={ moreVertical }
label={ __( 'Actions' ) }
toggleProps={ {
size: 'small',
className: 'edit-site-sidebar-navigation-screen-dataviews__ellipsis-button',
style: {
color: 'inherit',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
text-transform: uppercase;
}
}

.edit-site-sidebar-navigation-screen-dataviews__ellipsis-button {
display: flex;
}

0 comments on commit 9e45ebe

Please sign in to comment.