Skip to content

Commit

Permalink
Merge pull request #451 from zhuzilin/develop
Browse files Browse the repository at this point in the history
fix(button): disable hover of disabled button
  • Loading branch information
guastallaigor authored Mar 5, 2021
2 parents 8c5895f + 5f93228 commit 444faf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/elements/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
opacity: 0.6;
}

&.is-disabled:hover::after {
box-shadow: inset -4px -4px map-get($disabled-colors, "shadow");
}

// Other styles
// prettier-ignore
$types:
Expand Down

0 comments on commit 444faf0

Please sign in to comment.