From aedaee97453a0c48541b183544ed9af4829e5986 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:39:21 +0400 Subject: [PATCH] sigma sigma on the wall --- config/ags/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/ags/style.css b/config/ags/style.css index c9eebf05..148e96e8 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -50,10 +50,10 @@ label { background-color: transparent; } -/* .workspace-indicator button.focused { - border-bottom: 3px solid @theme_selected_bg_color; - } - */ +.workspace-indicator button.focused { + border-bottom: 3px solid @theme_selected_bg_color; +} + .workspace-inactive { opacity: 0.5; @@ -65,7 +65,7 @@ label { border-bottom: 3px transparent; } -.workspace-active button.focused { +.workspace-active { border-bottom: 3px solid @theme_selected_bg_color; }