From c8c4003e5c41b5033b2e8341ce2b0f6ccf29df55 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Thu, 18 Jul 2024 11:12:42 -0500 Subject: [PATCH] Fix graying out of heatmap --- examples/python/cpuinfo/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/cpuinfo/app.py b/examples/python/cpuinfo/app.py index 8b24dc8f..5ad02ba2 100644 --- a/examples/python/cpuinfo/app.py +++ b/examples/python/cpuinfo/app.py @@ -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; } """ )