Skip to content

Commit

Permalink
Fix/SweetAlert box-shadow on button focus
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrinh-weglot committed Dec 17, 2024
1 parent 1402051 commit cd59123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/plugins/sweetalerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@
.swal-button:hover.btn-#{$color}:hover {
background-color: $hover-bg;
}
.swal-button:focus.btn-#{$color}:focus {
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
}

0 comments on commit cd59123

Please sign in to comment.