diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-03 10:12:32 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-03 11:00:32 -0500 |
commit | a3f3dc0f1cdf4e12ebb52a28312eb61df25540d5 (patch) | |
tree | 828efe22e268e2d12dc20004bd9e9fe54cd2ee2a /gtk/theme/Adwaita | |
parent | 5d59447ccb42b916dd0cf226d6074406e025e2a1 (diff) | |
download | gtk+-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/Adwaita')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 3 |
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 * |