[gnome-shell/wip/snwh/style-updates: 70/100] theme: fix stray errors




commit b14d8b1f848667831b8ec4baa8e1ccc62f948bc6
Author: Sam Hewitt <sam snwh org>
Date:   Fri Dec 31 13:05:40 2021 -0330

    theme: fix stray errors

 data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 +-
 data/theme/gnome-shell-sass/widgets/_popovers.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss 
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index ed8c65ab97..15eb7d63d8 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -45,7 +45,7 @@ $app_grid_fg_color: #fff;
   padding: 12px 0px 12px 0px;
 
   &.folder-name-container {
-    padding: 24px 36px 0;
+    padding: 24px 36px;
     spacing: 12px;
 
     &.folder-name-label,
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index cef36c0f16..1e7bba4787 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -24,7 +24,7 @@
     // override popover styles for panel menus so
     // we can draw a box shadow and no arrow
     -arrow-border-radius: $modal_radius;
-    -arrow-background-color: transparenttra;
+    -arrow-background-color: transparent;
     -arrow-border-color: transparent;
     -arrow-border-width: 0;
     -arrow-base: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]