From 51dc725794d2b5a847093a6c7f46ec6ab18ea7d5 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Nov 2016 00:28:42 +0100 Subject: Graphic emoji in usernames in the "reblogged" string above status --- app/assets/stylesheets/components.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index c15a827a4..ba091c15e 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -183,6 +183,12 @@ strong { color: #fff; } + + &.muted { + .emojione { + opacity: 0.5; + } + } } .status__display-name, .reply-indicator__display-name, .detailed-status__display-name, .account__display-name { -- cgit