summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-03 10:12:32 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-03 11:00:32 -0500
commita3f3dc0f1cdf4e12ebb52a28312eb61df25540d5 (patch)
tree828efe22e268e2d12dc20004bd9e9fe54cd2ee2a /gtk/theme
parent5d59447ccb42b916dd0cf226d6074406e025e2a1 (diff)
downloadgtk+-a3f3dc0f1cdf4e12ebb52a28312eb61df25540d5.tar.gz
Adwaita: Set a background for magnifiers
The magnifier in entries is magnifying the GtkText widget, which does not draw any background itself. Therefore, we give the magnifier a background, to make things look as expected. Fixes: #3318
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 119694649d..a552965cdd 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1845,6 +1845,9 @@ popover.background {
}
}
+magnifier {
+ background-color: $base_color;
+}
/*************
* Notebooks *