Skip to content

Commit

Permalink
Update featured image button
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed May 1, 2024
1 parent a60d0af commit 5d85c25
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,11 @@

.editor-post-featured-image__toggle {
border-radius: $radius-block-ui;
background-color: $gray-100;
height: 100%;
line-height: 20px;
padding: $grid-unit-10 0;
text-align: center;

&:hover {
background: $gray-300;
color: $gray-900;
}
box-shadow: inset 0 0 0 $border-width $gray-400;
}

.editor-post-featured-image__actions {
Expand Down

0 comments on commit 5d85c25

Please sign in to comment.