[gnome-shell/wip/snwh/style-updates: 69/100] theme: fixes to the popover geometry




commit 6573ff0f9f0a2f1188d68de3053e6c7a179e6507
Author: Sam Hewitt <sam snwh org>
Date:   Fri Dec 31 13:03:14 2021 -0330

    theme: fixes to the popover geometry

 data/theme/gnome-shell-sass/_common.scss           | 6 +++---
 data/theme/gnome-shell-sass/widgets/_app-grid.scss | 3 ++-
 data/theme/gnome-shell-sass/widgets/_popovers.scss | 4 +++-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 4176fc2d4b..5296fa0e0f 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -135,16 +135,16 @@ stage {
 
   // radius is 7 pixel less to fit in bubble
   &:first-child {
-    border-radius: 0 0 0 $modal_radius - 7px;
+    border-radius: 0 0 0 $modal_radius - 5px;
   }
 
   &:last-child {
     border-right-width: 0;
-    border-radius: 0 0 $modal_radius - 7px 0;
+    border-radius: 0 0 $modal_radius - 5px 0;
   }
 
   &:first-child:last-child {
-    border-radius: 0 0 $modal_radius - 7px $modal_radius - 7px;
+    border-radius: 0 0 $modal_radius - 5px $modal_radius - 5px;
   }
 }
 
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss 
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index eddee227b1..ed8c65ab97 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -51,7 +51,7 @@ $app_grid_fg_color: #fff;
     &.folder-name-label,
     &.folder-name-entry {
       font-size: 18pt;
-      font-weight: 800;
+      font-weight: 1000;
     }
 
     &.folder-name-entry { width: 300px }
@@ -84,6 +84,7 @@ $app_grid_fg_color: #fff;
     margin-bottom: 18px;
   }
 }
+
 .app-folder-dialog-container {
   padding: $base_padding*2;
   width: 620px;
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index 1b06658602..cef36c0f16 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -2,7 +2,7 @@
 
 // the popover itself
 .popup-menu-boxpointer {
-  -arrow-border-radius: $base_border_radius;
+  -arrow-border-radius: $modal_radius - 3px;
   -arrow-background-color: $bg_color;
   -arrow-border-color: $borders_color;
   -arrow-border-width: 1px;
@@ -41,6 +41,8 @@
       background-color: $bg_color;
       padding: $base_padding * 2;
     }
+
+    .popup-menu-item {}
   }
 }
 


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