Skip to content

Commit

Permalink
perf(ui): hide SVGs inside invisible (#15226)
Browse files Browse the repository at this point in the history
close #15094
  • Loading branch information
pdanpdan committed Jan 6, 2023
1 parent bdab324 commit 5dac787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/css/core/visibility.sass
Expand Up @@ -40,6 +40,8 @@
visibility: hidden !important
transition: none !important
animation: none !important
.invisible svg *
display: none
.transparent
background: transparent !important

Expand Down

0 comments on commit 5dac787

Please sign in to comment.