From: Eugen Rochko Date: Sun, 7 Apr 2019 02:59:13 +0000 (+0200) Subject: [Glitch] Port SCSS changes from "Improve blocked view of profiles" X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=df42de68e587ba3e86f3d2536c41463fa0f97b1e;p=mastodon.git [Glitch] Port SCSS changes from "Improve blocked view of profiles" Port public pages SCSS changes from 67b3b62b98b89f24097a2757e42bc94f1bce123c --- diff --git a/app/javascript/flavours/glitch/styles/stream_entries.scss b/app/javascript/flavours/glitch/styles/stream_entries.scss index 6735049b9..e18696fb7 100644 --- a/app/javascript/flavours/glitch/styles/stream_entries.scss +++ b/app/javascript/flavours/glitch/styles/stream_entries.scss @@ -109,6 +109,23 @@ } } + &:disabled, + &.disabled { + svg path:last-child { + fill: $ui-primary-color; + } + + &:active, + &:focus, + &:hover { + background: $ui-primary-color; + + svg path:last-child { + fill: $ui-primary-color; + } + } + } + &.button--destructive { &:active, &:focus,