From c56e136359a8042a902543a46eed395c230a3662 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:14:14 +1100 Subject: fix menus Menu windows have the .popup class for some reason, so change name --- scss/widgets.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/widgets.scss b/scss/widgets.scss index 900dd69..24fe4af 100644 --- a/scss/widgets.scss +++ b/scss/widgets.scss @@ -17,7 +17,7 @@ label.icon { @include font.icon; } -window.popup { +.popup-window { transition: opacity 300ms linear; opacity: 0; -- cgit v1.2.3-freya