Skip to content

Commit

Permalink
Add a slight fade animation to the help panel content.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Aug 12, 2019
1 parent e444c4c commit b7fbff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ $block-inserter-search-height: 38px;
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: $border-width solid $light-gray-500;
@include edit-post__fade-in-animation();
}
}

Expand All @@ -172,6 +173,7 @@ $block-inserter-search-height: 38px;
display: flex;
height: 100%;
flex-direction: column;
@include edit-post__fade-in-animation();

.block-editor-inserter__menu-help-panel-no-block-text {
flex-grow: 1;
Expand Down

0 comments on commit b7fbff1

Please sign in to comment.