From 4f2cf2d356bb18596ad5050b6a01ea58a9a3af3f Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 18 May 2024 08:14:56 +0200 Subject: [PATCH] Fix eww hover --- modules/home/wayland/apps/eww/bar/eww.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/wayland/apps/eww/bar/eww.scss b/modules/home/wayland/apps/eww/bar/eww.scss index 4b427ec..5dfb04b 100644 --- a/modules/home/wayland/apps/eww/bar/eww.scss +++ b/modules/home/wayland/apps/eww/bar/eww.scss @@ -101,6 +101,9 @@ tooltip { } .modevent:hover { @include border-active; + border-right-style: none; + border-bottom-right-radius: 0; + border-top-right-radius: 0; } .modinner {