Skip to content

Commit

Permalink
Fix fade on CPU info app
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 18, 2024
1 parent 79445df commit f928ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cpuinfo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
ui.tags.style(
"""
/* Don't apply fade effect, it's constantly recalculating */
.recalculating {
opacity: 1;
.recalculating, .recalculating > * {
opacity: 1 !important;
}
tbody > tr:last-child {
/*border: 3px solid var(--bs-dark);*/
Expand Down

0 comments on commit f928ce2

Please sign in to comment.