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:
@@ -1845,6 +1845,9 @@ popover.background {
|
||||
}
|
||||
}
|
||||
|
||||
magnifier {
|
||||
background-color: $base_color;
|
||||
}
|
||||
|
||||
/*************
|
||||
* Notebooks *
|
||||
|
||||
Reference in New Issue
Block a user