From bb0a071034b1a27d92a912332fe643998e4bd9ce Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:02:57 +1100 Subject: popupwindow: remove opacity It doesn't actually do anything? I just realised that Hyprland also does the fade so no point --- scss/widgets.scss | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scss') diff --git a/scss/widgets.scss b/scss/widgets.scss index 24fe4af..39ab490 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -17,15 +17,6 @@ label.icon { @include font.icon; } -.popup-window { - transition: opacity 300ms linear; - opacity: 0; - - &.visible { - opacity: 1; - } -} - separator, .separator { @include lib.rounded(2); -- cgit v1.2.3-freya