mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix invisible tag delete icon
This commit is contained in:
parent
c6dd964665
commit
67dd73aed9
1 changed files with 4 additions and 11 deletions
|
@ -506,14 +506,13 @@ body.zen {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
@include icon-after($i-x, 8px, $darkgrey) {
|
@include icon-after($i-x, 10px, #fff) {
|
||||||
margin-left: 4px;
|
margin-left: 1px;
|
||||||
vertical-align: 10%;
|
vertical-align: 10%;
|
||||||
text-shadow: rgba(255,255,255,0.15) 0 1px 0;
|
text-shadow: rgba(255,255,255,0.15) 0 1px 0;
|
||||||
transition: all 0.15s ease-out 0s;
|
|
||||||
}
|
}
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 2px;
|
margin-right: 3px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
color: $lightgrey;
|
color: $lightgrey;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -525,12 +524,6 @@ body.zen {
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@include icon-after($i-x, 8px, $lightgrey) {
|
|
||||||
margin-left: 4px;
|
|
||||||
vertical-align: 10%;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue