[gtk/wip/otte/dnd: 8/9] themes: Set proper foreground color for DND icons



commit 08a36578d05f08723ed292ff29d40aacc3c7df61
Author: Benjamin Otte <otte redhat com>
Date:   Mon Mar 2 04:10:31 2020 +0100

    themes: Set proper foreground color for DND icons

 gtk/theme/Adwaita/_common.scss      | 4 ++++
 gtk/theme/HighContrast/_common.scss | 4 ++++
 2 files changed, 8 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 5c20871555..15ad38c6ae 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -52,6 +52,10 @@ scale:focus(visible) > trough {
   }
 }
 
+dnd {
+  color: $fg-color;
+}
+
 .normal-icons {
   -gtk-icon-size: 16px;
 }
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index b52e1a7ad9..2493cf2d8a 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -43,6 +43,10 @@ flowboxchild:focus {
     background-color: $bg_color;
 }
 
+dnd {
+  color: $fg-color;
+}
+
 .background:backdrop {
     text-shadow: none;
     -gtk-icon-shadow: none;


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