Skip to content

Commit

Permalink
fix buttom hover
Browse files Browse the repository at this point in the history
  • Loading branch information
syavaYki committed Nov 19, 2024
1 parent f3ff673 commit 8f76007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
aspect-ratio: 1/1;

&:hover {
box-shadow: 0 3px 13px 0 #17203166;
// box-shadow: 0 3px 13px 0 #17203166;
}
}
}
9 changes: 6 additions & 3 deletions src/styles/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@

&_selected {
background-color: var(--c-buttons-background-selected);
border: 1px solid var(--c-elements)
}

border: 1px solid var(--c-elements);

&:hover {
box-shadow: 0 3px 13px 0 #17203166;
background-color: var(--c-buttons-background-selected);
}
}
}
}

Expand Down

0 comments on commit 8f76007

Please sign in to comment.