diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index a45934bfd2..0e85052178 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/assets/sass/layouts/editor.scss @@ -671,6 +671,11 @@ body.zen { body.right-outlet-expanded { + // Keep settings cog highlighted when menu is open + .post-settings:before { + color: $lightgrey; + } + .editor-cover { position: absolute; top: 0;