Skip to content

Commit

Permalink
fix button pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 26, 2024
1 parent 6cf07fe commit 6b3c232
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/components/app/snaps/snap-ui-footer-button/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
}
}

&:not(&--disabled) {
&:hover {
cursor: pointer;
}
}

&.mm-button-secondary {
&:hover:not(&--disabled) {
& > span {
Expand Down

0 comments on commit 6b3c232

Please sign in to comment.