@@ -9,12 +9,8 @@
* outputs: .layout-root.editing .component-class_LOCAL_ID { visibility: hidden; }
*/
@mixin at-editing() {
- :global {
- .layout-root.editing {
- :local {
- @content;
- }
+ @at-root :global(.layout-root.editing) #{&} {
+ @content;
}
@@ -30,9 +26,7 @@
@mixin with-editing() {
- &:global {
- &.layout-root.editing {
+ &:global(.layout-root.editing) {
@@ -3,17 +3,3 @@
@content;
-
-@mixin share-link-for-module($isContentGlobal: false) {
- .layout-root.share-link {
- @if $isContentGlobal {
- } @else {
-}