Skip to content

Commit

Permalink
style: fix hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasiek committed Mar 30, 2023
1 parent 27ad231 commit 438cd45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LuckyLP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,24 @@
padding: 8px;

cursor: pointer;
color: rgba(var(--spice-rgb-selected-row), .7);
background-color: transparent;
border: none;

svg {
fill:rgba(var(--spice-rgb-selected-row), .7);

&:hover {
fill: var(--spice-text);

}
}

&:hover {
background-color: rgba(var(--spice-rgb-selected-row), .1);
border-radius: 50%;
color: var(--spice-text);

svg {
fill: var(--spice-text);
}
}
}
}

0 comments on commit 438cd45

Please sign in to comment.