[gnome-software: 11/15] gs-summary-tile: Add rounded corners




commit 6c40f96f29f88b6b091aad2ee9b8c81e49a067c6
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Apr 20 16:05:32 2021 +0100

    gs-summary-tile: Add rounded corners
    
    As per the new design: 
https://gitlab.gnome.org/Teams/Design/software-mockups/-/blob/master/adaptive/category-page-mvp.png
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1111

 src/gtk-style.css | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 46311c658..474199718 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -237,6 +237,10 @@ sidebar row.needs-attention:selected > box > label {
 
 @define-color gs_tile_bg_color mix(@theme_base_color,@theme_bg_color,0.3);
 
+summary-tile {
+       border-radius: 6px;
+}
+
 .view.tile {
        padding: 1px;
        border: none;


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