From aa802ea6f132c50ff8cb19facfb23023c15eb9d4 Mon Sep 17 00:00:00 2001 From: Maud Leray Date: Thu, 19 Sep 2024 14:08:32 +0200 Subject: [PATCH] Remove native share button background (#2387) We removed the background color for other share buttons already but forgot this one --- assets/src/scss/components/_share-buttons.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/src/scss/components/_share-buttons.scss b/assets/src/scss/components/_share-buttons.scss index 104cb7d54e..1b703cef64 100644 --- a/assets/src/scss/components/_share-buttons.scss +++ b/assets/src/scss/components/_share-buttons.scss @@ -11,6 +11,7 @@ height: 3rem; border-radius: 50%; margin-bottom: 0; + cursor: pointer; background: var(--color-background-button_share--secondary-passive); &:not(:last-child) { @@ -58,11 +59,6 @@ } .native { - background: var(--p4-action-yellow-500); display: none; - - &:active { - background: var(--p4-action-yellow-600); - } } }