From a3f3dc0f1cdf4e12ebb52a28312eb61df25540d5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2020 10:12:32 -0500 Subject: [PATCH] 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 --- gtk/theme/Adwaita/_common.scss | 3 +++ 1 file changed, 3 insertions(+) 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 *