mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Toasts: Change showing timings and classes to keep toast display:none by default (#33610)
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user