From b867243e83a2244fc6245ae0ca60d32f171bd242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 9 Feb 2021 18:56:41 +0100 Subject: [PATCH] Remove redundant background property The property is overwritten for each icon. --- app/assets/stylesheets/layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b253cfcc0..c9f898506 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1539,7 +1539,6 @@ table { .button.button-facebook, .button.button-google, .button.button-wordpress { - background: #fff; color: $text; font-weight: bold; height: $line-height * 2;