Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
feat(Elife): Social sharers hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed May 1, 2020
1 parent ec0a04a commit 5206921
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ main {

/* stylelint-enable scale-unlimited/declaration-strict-value */

transition: 25ms ease-in-out;

&:hover {
background-color: var(--color-primary);
}

& > svg {
width: 16px;
height: 16px;
Expand Down

0 comments on commit 5206921

Please sign in to comment.