mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 20:21:11 +00:00
messages weren't appearing after reordering due to specifity error
This commit is contained in:
parent
19f25dd28b
commit
89119b6c31
1 changed files with 7 additions and 4 deletions
|
|
@ -26,16 +26,19 @@
|
|||
background-color:@color-teal-dark;
|
||||
}
|
||||
}
|
||||
|
||||
.messages.new ul{
|
||||
.transition-immediate(none);
|
||||
top:-100px;
|
||||
}
|
||||
|
||||
.ready .messages ul,
|
||||
.messages.appear ul{
|
||||
.transition-immediate(~"top 0.5s ease, opacity 0.5s ease, max-height 1.2s ease");
|
||||
opacity:1;
|
||||
top:0;
|
||||
}
|
||||
.messages.new ul{
|
||||
.transition-immediate(none);
|
||||
top:-100px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: @breakpoint-mobile){
|
||||
.messages{
|
||||
|
|
|
|||
Loading…
Reference in a new issue