From 60db328d56234a6c73bee8be1c6bb0b2f80d57d5 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Fri, 17 Oct 2014 14:59:02 +0100 Subject: [PATCH] Remove shadow from right of tag bar No issue - Completely removes the shadow from the right side of the tag bar --- core/client/assets/sass/layouts/editor.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index 9071ba3d49..eb890de09a 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/assets/sass/layouts/editor.scss @@ -641,7 +641,6 @@ body.zen { flex: 0 1 auto; align-self: auto; margin-right: 10px; - position: relative; height: 40px; overflow-y: hidden; @@ -654,17 +653,6 @@ body.zen { height: 70px; } - &:after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - width: 30px; - background: linear-gradient(to right, transparent 0%, darken($darkgrey, 4%) 100%); - pointer-events: none; - } - }//.publish-bar-2 .publish-bar-tags-input {