From 1e6e5ebb5da87b9f8e622dd8a325f789a3bac2b1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Jul 2023 07:58:09 -0400 Subject: [PATCH] ironbar: Use box-shadow instead of border-bottom --- home/ironbar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index 188f2c1b..a37995a2 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -151,11 +151,11 @@ } .launcher .open { - border-bottom: 1px solid @color_text; + box-shadow: inset 0 -2px; } .launcher .focused { - border-bottom: 1px solid @color_border_active; + box-shadow: inset 0 -2px @color_border_active; } .launcher .urgent {