From 80fbdba8c1171f5f90dbf0789624143e5ba6f36c Mon Sep 17 00:00:00 2001 From: himanshupathak95 Date: Tue, 14 Jan 2025 15:13:12 +0530 Subject: [PATCH] Remove redundant mixin --- packages/editor/src/components/post-featured-image/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor/src/components/post-featured-image/style.scss b/packages/editor/src/components/post-featured-image/style.scss index 423c535d07ad01..cca45c61adaf8c 100644 --- a/packages/editor/src/components/post-featured-image/style.scss +++ b/packages/editor/src/components/post-featured-image/style.scss @@ -78,7 +78,6 @@ .editor-post-featured-image__actions { &:not(.editor-post-featured-image__actions-missing-image) { - @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;