1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

Toasts: Change showing timings and classes to keep toast display:none by default (#33610)

This commit is contained in:
GeoSot
2021-07-22 18:13:13 +03:00
committed by GitHub
parent e85a6ed77c
commit 41292a5257
3 changed files with 16 additions and 11 deletions

View File

@@ -10,11 +10,11 @@
box-shadow: $toast-box-shadow;
@include border-radius($toast-border-radius);
&:not(.showing):not(.show) {
&.showing {
opacity: 0;
}
&.hide {
&:not(.show) {
display: none;
}
}