Skip to content

Commit

Permalink
Add fade in / fade out
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 5, 2023
1 parent 3909b6e commit 4706919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/editor/src/components/post-featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@
}

.editor-post-featured-image__actions {
@include reduce-motion("transition");
bottom: 0;
opacity: 0; // Use opacity instead of visibility so that the buttons remain in the tab order.
padding: $grid-unit-10;
position: absolute;
transition: opacity 50ms ease-out;
}

.editor-post-featured-image__action {
Expand Down

0 comments on commit 4706919

Please sign in to comment.