From 737de3c4973d0298a66e6f222813fe4d426723c9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Jul 2023 15:42:14 -0400 Subject: [PATCH] ironbar: Remove background styles This change makes the bar have one consistent background across all modules. --- home/ironbar.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index 27a60f22..1d6b54af 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -90,7 +90,6 @@ } .popup-clock .calendar { - background: @color_bg; color: @color_text; } @@ -100,20 +99,12 @@ font-size: 1.5em; } - .popup-clock .calendar:selected { - background: @color_border_active; - } - .launcher .item { padding-left: 1em; padding-right: 1em; margin-right: 4px; } - .launcher .item:not(.focused):hover { - background: @color_bg_dark; - } - .launcher .open { box-shadow: inset 0 -2px; }