[gnome-shell/wip/snwh/style-updates: 89/100] theme: bump the radii of search results




commit bb9310f4040d1bc1fb96ef687eb414078e6fbad5
Author: Sam Hewitt <sam snwh org>
Date:   Mon Jan 3 14:23:34 2022 -0330

    theme: bump the radii of search results

 data/theme/gnome-shell-sass/widgets/_search-results.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_search-results.scss 
b/data/theme/gnome-shell-sass/widgets/_search-results.scss
index 0cb802cd3a..787311a2e0 100644
--- a/data/theme/gnome-shell-sass/widgets/_search-results.scss
+++ b/data/theme/gnome-shell-sass/widgets/_search-results.scss
@@ -21,7 +21,7 @@
 // content
 .search-section-content {
   background-color: lighten($system_bg_color, 5%);
-  border-radius: $modal_radius;
+  border-radius: $modal_radius*1.5;
   border: 1px solid $osd_outer_borders_color;
   box-shadow: none;
   text-shadow: none;
@@ -34,7 +34,7 @@
 %search_section_content_item {
   @extend %icon_tile;
 
-  border-radius: $base_border_radius - 2px;
+  border-radius: $base_border_radius;
 
   color: $osd_fg_color;
 


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