Skip to content

Commit

Permalink
Remove shadow from right of tag bar
Browse files Browse the repository at this point in the history
No issue

- Completely removes the shadow from the right side of the tag bar
  • Loading branch information
PaulAdamDavis committed Oct 17, 2014
1 parent fed2844 commit 60db328
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core/client/assets/sass/layouts/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ body.zen {
flex: 0 1 auto;
align-self: auto;
margin-right: 10px;
position: relative;
height: 40px;
overflow-y: hidden;

Expand All @@ -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 {
Expand Down

0 comments on commit 60db328

Please sign in to comment.