Skip to content

Commit

Permalink
Remove native share button background (#2387)
Browse files Browse the repository at this point in the history
We removed the background color for other share buttons already but forgot this one
  • Loading branch information
mleray authored Sep 19, 2024
1 parent dca3c94 commit aa802ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/src/scss/components/_share-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -58,11 +59,6 @@
}

.native {
background: var(--p4-action-yellow-500);
display: none;

&:active {
background: var(--p4-action-yellow-600);
}
}
}

0 comments on commit aa802ea

Please sign in to comment.