Skip to content

Commit

Permalink
UX: improve hover button style for showcased categories (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeghnaAJ committed Sep 16, 2022
1 parent 3d4deca commit 08ab20e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions common/common.scss
Expand Up @@ -78,11 +78,8 @@ input[type="color"]:focus,
text-transform: uppercase;
border: 1px solid var(--tertiary);
&:hover {
background: var(--tertiary);
color: var(--secondary);
box-shadow: 4px 4px var(--mint-hover-shadow);
transition: 0.3s;
border-radius: var(--mint-border-radius);
background: var(--tertiary-hover);
}
}
}
Expand Down

0 comments on commit 08ab20e

Please sign in to comment.