mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
5d59447ccb
commit
a3f3dc0f1c
@ -1845,6 +1845,9 @@ popover.background {
|
||||
}
|
||||
}
|
||||
|
||||
magnifier {
|
||||
background-color: $base_color;
|
||||
}
|
||||
|
||||
/*************
|
||||
* Notebooks *
|
||||
|
Loading…
Reference in New Issue
Block a user