summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 16:02:57 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 16:02:57 +1100
commitbb0a071034b1a27d92a912332fe643998e4bd9ce (patch)
tree8ca75a9079992b33add062c6ff9ccab991808b59 /scss
parentconfig: lock osds spacing (diff)
downloadcaelestia-shell-bb0a071034b1a27d92a912332fe643998e4bd9ce.tar.gz
caelestia-shell-bb0a071034b1a27d92a912332fe643998e4bd9ce.tar.bz2
caelestia-shell-bb0a071034b1a27d92a912332fe643998e4bd9ce.zip
popupwindow: remove opacity
It doesn't actually do anything? I just realised that Hyprland also does the fade so no point
Diffstat (limited to 'scss')
-rw-r--r--scss/widgets.scss9
1 files changed, 0 insertions, 9 deletions
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);