Skip to content
Prev Previous commit
Next Next commit
Add animation.
  • Loading branch information
jasmussen committed Oct 8, 2021
commit 1fc459659fcb93a3e515a7bab3ec50b600335c39
5 changes: 5 additions & 0 deletions packages/block-library/src/site-logo/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@
position: relative;
z-index: 1;

// Animation.
background: transparent;
transition: all 0.1s linear;
@include reduce-motion("transition");

// @todo: needs to be icon button.
text-indent: 100%;
overflow: hidden;
Expand Down