diff --git a/src/styles/scss/_gjs_style_manager.scss b/src/styles/scss/_gjs_style_manager.scss index 6c41a2308..a49e2d006 100644 --- a/src/styles/scss/_gjs_style_manager.scss +++ b/src/styles/scss/_gjs_style_manager.scss @@ -305,6 +305,14 @@ float: left; width: 100%; } + + &__text-shadow .#{$sm-prefix}layer-preview-cnt::after { + color: #000; + content: "T"; + font-weight: 900; + line-height: 17px; + padding: 0 4px; + } } .#{$sm-prefix}preview-file { @@ -404,14 +412,6 @@ } } -##{$sm-prefix}text-shadow ##{$sm-prefix}preview::after { - color: #000; - content: "T"; - font-weight: 900; - line-height: 17px; - padding: 0 4px; -} - /* ------------------END Property-------------------- */ .#{$sm-prefix}stack .#{$sm-prefix}properties {