Skip to content

Commit

Permalink
Fix graying out of heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Jul 18, 2024
1 parent 68c68a2 commit c8c4003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python/cpuinfo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def reset_history():
ui.tags.style(
"""
/* Don't apply fade effect, it's constantly recalculating */
.recalculating {
opacity: 1;
.recalculating, .recalculating > * {
opacity: 1 !important;
}
"""
)
Expand Down

0 comments on commit c8c4003

Please sign in to comment.