From 968270ed486a3f8330520b95b142908758ad8bd7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Mar 2021 19:28:20 +0300 Subject: fix excessive CPU usage on linux chromium caused by animated SVG icons --- themes/compact_night.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/compact_night.css') diff --git a/themes/compact_night.css b/themes/compact_night.css index a03aed92b..64e19c99c 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -520,10 +520,10 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow { border: 1px solid transparent; } body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNode { - opacity: 0; + display: none; } body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNode.visible { - opacity: 1; + display: inline; } body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.Is_Feed .loadingNode { left: 2px; @@ -1059,8 +1059,7 @@ body.ttrss_main .dijitDialog #feed_add_spinner { width: 18px; height: 18px; } -body.ttrss_main .icon-three-dots, -.cdm .content-inner .icon-unpack-pending { +body.ttrss_main .icon-three-dots { width: 18px; height: 18px; vertical-align: middle; -- cgit v1.2.3