From db28abaa44813e58503f42fa83dab3f4173505d2 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 23 Apr 2022 15:41:31 -0400 Subject: dont show attention indicator on checked tab --- res/css/application-low-priority.css | 2 +- res/res.7z | Bin 0 -> 9870957 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/res.7z diff --git a/res/css/application-low-priority.css b/res/css/application-low-priority.css index 9df0fa3..d92b964 100644 --- a/res/css/application-low-priority.css +++ b/res/css/application-low-priority.css @@ -22,7 +22,7 @@ has to be separate to allow main.css to override certain things border: 1px solid #808080; } -.app-window tabbar tab.needs-attention { +.app-window tabbar tab.needs-attention:not(:checked) { font-weight: bold; animation: 150ms ease-in; background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%); diff --git a/res/res.7z b/res/res.7z new file mode 100644 index 0000000..ef87987 Binary files /dev/null and b/res/res.7z differ -- cgit v1.2.3