diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-29 01:43:15 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-29 01:43:15 -0700 |
commit | cc4cba8afd54de9cd2012119269fc3fc6836e865 (patch) | |
tree | dabe9f343bc4da2d2c25aef2d2db7a268bfc7bbd /app/javascript/styles | |
parent | 99889ea57d04646d593dc5e9d0b1c8fe97856874 (diff) |
Improvements to image icon appearance on SHOW MORE
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index e75f92e9d..145854697 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -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 { |