diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-11 09:52:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 09:52:59 +0100 |
commit | b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d (patch) | |
tree | 68723a2a3423bfaaeeb801f17e86a10be6680c73 /app/javascript/styles | |
parent | f5ee2d469bb2ff398571694a95a16c8e819153c9 (diff) |
Add show more/less toggle for entire threads in web UI (#6733)
Fix #1258
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 5c2e5713d..1f3fb0fcd 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2515,6 +2515,10 @@ a.status-card { flex: 1; } + & > .column-header__back-button { + color: $ui-highlight-color; + } + &.active { box-shadow: 0 1px 0 rgba($ui-highlight-color, 0.3); |