summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:14:14 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:14:14 +1100
commitc56e136359a8042a902543a46eed395c230a3662 (patch)
tree0b31e215eb61285eebb69e5e0c7d5536c8290343 /scss
parentbrightness and volume osds (diff)
downloadcaelestia-shell-c56e136359a8042a902543a46eed395c230a3662.tar.gz
caelestia-shell-c56e136359a8042a902543a46eed395c230a3662.tar.bz2
caelestia-shell-c56e136359a8042a902543a46eed395c230a3662.zip
fix menus
Menu windows have the .popup class for some reason, so change name
Diffstat (limited to 'scss')
-rw-r--r--scss/widgets.scss2
1 files changed, 1 insertions, 1 deletions
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;