From 04618a989a3f7cf35c704d1daab6d70b58c382b1 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 11 Mar 2014 14:59:43 +0100 Subject: [PATCH] Remove old %extend placeholders --- ghost/admin/assets/sass/layouts/editor.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/assets/sass/layouts/editor.scss b/ghost/admin/assets/sass/layouts/editor.scss index 149baaf1c2..19f8749662 100644 --- a/ghost/admin/assets/sass/layouts/editor.scss +++ b/ghost/admin/assets/sass/layouts/editor.scss @@ -450,8 +450,8 @@ body.zen { } .editor-options{ - @extend %menu; - @extend %menu-right; + @extend .menu; + @extend .menu-right; bottom: 140%; right: -3%; @@ -606,7 +606,7 @@ body.zen { } .suggestions { - @extend %menu; + @extend .menu; bottom: 100%; li.selected{