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:
@@ -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