Merge pull request #148 from DarioZar/fix-notifications

Fix notifications for GNOME 46
This commit is contained in:
Vince
2024-04-01 23:20:57 +08:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
color: $text-secondary; color: $text-secondary;
background-color: $fill; background-color: $fill;
border-radius: $base_radius; border-radius: $base_radius;
border: none;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;

View File

@@ -8,7 +8,6 @@
border-radius: $base_radius; border-radius: $base_radius;
color: $text-secondary; color: $text-secondary;
background-color: $popover; background-color: $popover;
border: none;
text-shadow: none; text-shadow: none;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
border-radius: $menu_radius; border-radius: $menu_radius;