[gnome-software/wip/mcrha/force-symbolic-icons: 3/3] gs-app-context-bar: Make sure symbolic icons are used here




commit 236507d148eb027618b245c94119987b9343fab1
Author: Milan Crha <mcrha redhat com>
Date:   Wed Sep 8 20:12:42 2021 +0200

    gs-app-context-bar: Make sure symbolic icons are used here
    
    The gtk+ could sometimes pick a regular icon, not a symbolic, thus force
    the symbolic icon usage, to be consistent with the design.

 src/gtk-style.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 3e5a0d474..e3f0bc19e 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -800,6 +800,7 @@ app-context-bar.vertical box:not(:last-child) .context-tile {
 }
 
 .context-tile-title { font-weight: bold }
+.context-tile-lozenge image { -gtk-icon-style: symbolic; }
 app-context-bar .context-tile-description { font-size: smaller }
 
 .context-tile-lozenge.grey { background-color: #deddda; color: #5e5c64 }


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