From: Thibaut Girka Date: Fri, 24 Jul 2020 09:58:09 +0000 (+0200) Subject: Fix custom boost icon colors being swapped X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=5e93c7359d4f75dd4e4b80def2b80ee28938d9d4;p=mastodon.git Fix custom boost icon colors being swapped --- diff --git a/app/javascript/flavours/glitch/styles/components/boost.scss b/app/javascript/flavours/glitch/styles/components/boost.scss index 079e413bf..014f07c72 100644 --- a/app/javascript/flavours/glitch/styles/components/boost.scss +++ b/app/javascript/flavours/glitch/styles/components/boost.scss @@ -7,10 +7,10 @@ button.icon-button i.fa-retweet { } .status-private button.icon-button i.fa-retweet { - background-image: url("data:image/svg+xml;utf8,"); + background-image: url("data:image/svg+xml;utf8,"); &:hover { - background-image: url("data:image/svg+xml;utf8,"); + background-image: url("data:image/svg+xml;utf8,"); } }