Skip to content

Commit

Permalink
Sharpen icon shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhideous committed Jun 30, 2021
1 parent b5680de commit b5e11d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mini_fiction/frontend/src/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
cursor: pointer;

&.inactive {
filter: grayscale(0.7) drop-shadow(.1em .1em .1em rgba(32, 32, 32, .2));
filter: saturate(0) brightness(85%) drop-shadow(0 0 .05em rgba(32, 32, 32, .4));
}

&, &.active, &.inactive:hover {
filter: drop-shadow(.1em .1em .1em rgba(32, 32, 32, .2));
filter: drop-shadow(0 0 .05em rgba(32, 32, 32, .4));
}

&:hover {
filter: saturate(105%) brightness(110%) drop-shadow(.1em .1em .1em rgba(64, 64, 64, .2));
filter: saturate(105%) brightness(110%) drop-shadow(0 0 .05em rgba(32, 32, 32, .2));;
}

&.disabled {
Expand Down

0 comments on commit b5e11d9

Please sign in to comment.