From d474c188894dd849caeadd00d32ca6679353f17c Mon Sep 17 00:00:00 2001 From: crockwave Date: Fri, 15 May 2020 10:55:46 -0500 Subject: [PATCH] Corrects issue 79 by allowing site_icon auto rendering with theme selection https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/79 --- app/styles/gabsocial/fonts.scss | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/styles/gabsocial/fonts.scss b/app/styles/gabsocial/fonts.scss index 3077ac8cf2..a4f4e2d40c 100644 --- a/app/styles/gabsocial/fonts.scss +++ b/app/styles/gabsocial/fonts.scss @@ -158,22 +158,6 @@ font-weight: normal; font-style: normal; } -.fa-site-icon { - position: relative; - &:before { - content: ""; - display: block; - width: 16px; - height: 16px; - background-position: center; - background-size: contain; - background-repeat: no-repeat; - position: absolute; - top: -14px; - filter: grayscale(100%) invert(100%); - opacity: 0.5; - } -} .fa-site-icon:before { font-family: 'FontAwesome'; content: '\f0c0'; @@ -182,7 +166,3 @@ font-family: 'spinster' !important; content: "\e901"; } - -.btn.grouped.active .fa-site-icon:before { - opacity: 1; -}