Skip to content

Commit

Permalink
Update Library panel footer (#51652)
Browse files Browse the repository at this point in the history
* Update button, add radius

* Manage template parts

* Reinstate 'all'
  • Loading branch information
jameskoster authored Jun 19, 2023
1 parent 8989749 commit e30f3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
padding: $grid-unit-10 6px $grid-unit-10 $grid-unit-20;
border: none;
min-height: $grid-unit-50;
border-radius: $radius-block-ui;

&:hover,
&:focus,
Expand All @@ -22,6 +23,8 @@

&:is(a) {
text-decoration: none;
display: flex;
align-items: center;

&:focus {
box-shadow: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default function SidebarNavigationScreenTemplates() {
<SidebarNavigationItem
as="a"
href="edit.php?post_type=wp_block"
withChevron
>
{ config[ postType ].labels.reusableBlocks }
</SidebarNavigationItem>
Expand Down

0 comments on commit e30f3d9

Please sign in to comment.