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;