Skip to content

Commit f928ce2

Browse files
committed
Fix fade on CPU info app
1 parent 79445df commit f928ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cpuinfo/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
ui.tags.style(
3232
"""
3333
/* Don't apply fade effect, it's constantly recalculating */
34-
.recalculating {
35-
opacity: 1;
34+
.recalculating, .recalculating > * {
35+
opacity: 1 !important;
3636
}
3737
tbody > tr:last-child {
3838
/*border: 3px solid var(--bs-dark);*/

0 commit comments

Comments
 (0)