From 8c2987c7ef2b1cb6e85267fead0d909bb0891561 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 30 May 2024 17:35:13 -0500 Subject: [PATCH] change workspaces fmt --- home/private_dot_config/eww/eww.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/home/private_dot_config/eww/eww.scss b/home/private_dot_config/eww/eww.scss index 3dad3c5..a5f4129 100644 --- a/home/private_dot_config/eww/eww.scss +++ b/home/private_dot_config/eww/eww.scss @@ -57,11 +57,6 @@ $foreground: $white; border-radius: 5px; } - -.ws-button-active { - border-width: 2px; -} - .ws-button-open { border-width: 0px 0px 2px; border-style: solid; @@ -72,6 +67,10 @@ $foreground: $white; .ws-button-#{index($tag-palette,$color)} { color: $color; } + .ws-button-active-#{index($tag-palette,$color)}{ + color: $background; + background: $color; + } } .workspaces { @@ -80,7 +79,6 @@ $foreground: $white; padding: 0 5px; } - .active { all: unset; border-radius: 0;