From 714adbfbe4f65969e8d3fa5970bd4c2cfad94648 Mon Sep 17 00:00:00 2001 From: Dario Zarcone Date: Thu, 28 Mar 2024 00:07:19 +0100 Subject: [PATCH] Fix notifications for GNOME 46 --- src/sass/gnome-shell/common/_calendar.scss | 1 - src/sass/gnome-shell/common/_notifications.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 52187a37..00d02e18 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -4,7 +4,6 @@ color: $text-secondary; background-color: $fill; border-radius: $base_radius; - border: none; box-shadow: none; text-shadow: none; diff --git a/src/sass/gnome-shell/common/_notifications.scss b/src/sass/gnome-shell/common/_notifications.scss index 856c76e6..3e51c5e9 100644 --- a/src/sass/gnome-shell/common/_notifications.scss +++ b/src/sass/gnome-shell/common/_notifications.scss @@ -8,7 +8,6 @@ border-radius: $base_radius; color: $text-secondary; background-color: $popover; - border: none; text-shadow: none; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); border-radius: $menu_radius;