Skip to content

Commit

Permalink
fix(QInfiniteScroll): hide transitions and animations for invisible i…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 12, 2022
1 parent 381ffcf commit 1d0ecb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ui/src/css/core/visibility.sass
Expand Up @@ -36,8 +36,10 @@

.hidden
display: none !important
.invisible
.invisible, .invisible *
visibility: hidden !important
transition: none !important
animation: none !important
.transparent
background: transparent !important

Expand Down
4 changes: 3 additions & 1 deletion ui/src/css/core/visibility.styl
Expand Up @@ -36,8 +36,10 @@

.hidden
display: none !important
.invisible
.invisible, .invisible *
visibility: hidden !important
transition: none !important
animation: none !important
.transparent
background: transparent !important

Expand Down

0 comments on commit 1d0ecb8

Please sign in to comment.