From 0afc861b16818a6f86b5e97a3d869a4af0f6c175 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 14 Jul 2023 15:15:03 -0700 Subject: [PATCH] libsysprof-gtk: more subtle indicator style --- src/libsysprof-gtk/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index 576f12cf..87411575 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -110,11 +110,9 @@ tracks row track info { } .navigation-sidebar label.indicator { - background: alpha(@accent_bg_color, .5); - color: @accent_fg_color; + color: alpha(currentColor, .5); border-radius: 50px; padding: 1px 5px; font-feature-settings: 'tnum'; font-size: .8em; - border: 1px solid alpha(@accent_bg_color,.6); }