summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-03-02 04:10:31 +0100
committerBenjamin Otte <otte@redhat.com>2020-03-02 04:43:56 +0100
commitf5fda3ae5838ce3300737f21b1a1dc67d72f4b45 (patch)
treed8d33a5fe7e2bf2672b87083d183295897866dc7
parentf4a00e79091c40907f007a65bed38753c16f242d (diff)
downloadgtk+-f5fda3ae5838ce3300737f21b1a1dc67d72f4b45.tar.gz
themes: Set proper foreground color for DND icons
-rw-r--r--gtk/theme/Adwaita/_common.scss4
-rw-r--r--gtk/theme/HighContrast/_common.scss4
2 files changed, 8 insertions, 0 deletions
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;