Skip to content

Commit

Permalink
Add hover on close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Verni authored and Giuseppe Verni committed May 23, 2019
1 parent 910e311 commit a0b10eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions material-ui/material-ui.scss
Expand Up @@ -24,6 +24,11 @@ $swal2-button-focus-outline: none;
// ACTIONS
$swal2-actions-justify-content: flex-end;

// CLOSE BUTTON
$swal2-close-button-border-radius: 50%;
$swal2-close-button-hover-background: rgb(242, 242, 242);
$swal2-close-button-hover-color: $swal2-close-button-color;

@import '~sweetalert2/src/sweetalert2';

.swal2-styled {
Expand Down

0 comments on commit a0b10eb

Please sign in to comment.