Improvements to image icon appearance on SHOW MORE

This commit is contained in:
kibigo!
2017-06-29 01:43:15 -07:00
parent 99889ea57d
commit cc4cba8afd
2 changed files with 15 additions and 6 deletions

View File

@@ -495,10 +495,19 @@
cursor: pointer;
vertical-align: bottom;
&:hover {
background: lighten($ui-base-color, 33%);
text-decoration: none;
}
&:hover {
background: lighten($ui-base-color, 33%);
text-decoration: none;
}
.status__content__spoiler-icon {
display: inline-block;
margin: 0 0 0 5px;
border-left: 1px solid currentColor;
padding: 0 0 0 4px;
font-size: 16px;
vertical-align: -2px;
}
}
.status__prepend-icon-wrapper {