lookingGlass: Stop setting font programmatically
Instead, use CSS to request a monospace font selectively where it makes sense (the evaluator). Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7776 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3413>
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
&:hover { border: 1px solid $fg_color; }
|
||||
}
|
||||
|
||||
#EvalBox {
|
||||
@extend %monospace;
|
||||
}
|
||||
|
||||
// Extensions
|
||||
#lookingGlassExtensions { padding: $base_padding; }
|
||||
|
||||
|
Reference in New Issue
Block a user