Merge pull request #4299 from PaulAdamDavis/tag-bar-shadow

Remove shadow from right of tag bar
This commit is contained in:
John O'Nolan 2014-10-17 16:00:50 +02:00
commit 185391490f

View File

@ -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 {