mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Remove shadow from right of tag bar
No issue - Completely removes the shadow from the right side of the tag bar
This commit is contained in:
parent
5c312dda6e
commit
f6d458abbb
1 changed files with 0 additions and 12 deletions
|
@ -641,7 +641,6 @@ body.zen {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
align-self: auto;
|
align-self: auto;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
position: relative;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
||||||
|
@ -654,17 +653,6 @@ body.zen {
|
||||||
height: 70px;
|
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-2
|
||||||
|
|
||||||
.publish-bar-tags-input {
|
.publish-bar-tags-input {
|
||||||
|
|
Loading…
Add table
Reference in a new issue