mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #4166 from JohnONolan/tag-icon-fix
Fix invisible tag delete icon
This commit is contained in:
commit
45824dfbac
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,18 +524,12 @@ body.zen {
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@include icon-after($i-x, 8px, $lightgrey) {
|
|
||||||
margin-left: 4px;
|
|
||||||
vertical-align: 10%;
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.suggestions {
|
.suggestions {
|
||||||
|
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: calc(100% + 15px);
|
bottom: calc(100% + 15px);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue