[gnome-klotski/arnaudb/wip/gtk4: 13/25] Fix popover look.
- From: Arnaud B. <arnaudb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-klotski/arnaudb/wip/gtk4: 13/25] Fix popover look.
 
- Date: Tue, 29 Sep 2020 13:44:32 +0000 (UTC)
 
commit 04820a702410c23ebcbda43d236d87e8e4216f67
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Mar 6 15:06:32 2020 +0100
    Fix popover look.
    
    FIXME hard to see in HighContrast.
 data/klotski.css | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/data/klotski.css b/data/klotski.css
index de47b50..dccf7e7 100644
--- a/data/klotski.css
+++ b/data/klotski.css
@@ -50,17 +50,12 @@ window:not(.hc-theme) .treeview-container treeview:selected:backdrop:hover {
   color: @theme_unfocused_selected_fg_color;
 }
 
-treeview.toggle-like-pixbuf {
-  margin-right:22px;      /* TODO hack 1/2 */
-}
 treeview.toggle-like-pixbuf check {
-  min-width:22px;         /* TODO hack 2/2 */
   background:transparent;
   border:none;
-  -gtk-icon-source: none; /* TODO report bug about HighContrast, that shouldn’t set this */
 }
 treeview.toggle-like-pixbuf check:checked {
-  -gtk-icon-source: -gtk-icontheme("gtk-yes"); /* TODO maybe deprecated; replace with CSS? */
+  -gtk-icon-source: -gtk-icontheme("starred"); /* FIXME hard to see in HighContrast */
 }
 
 /*\
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]