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
This commit is contained in:
Matthias Clasen 2020-11-03 10:12:32 -05:00
parent 5d59447ccb
commit a3f3dc0f1c

View File

@ -1845,6 +1845,9 @@ popover.background {
}
}
magnifier {
background-color: $base_color;
}
/*************
* Notebooks *