Merge branch 'wip/chergert/fix-text-overdraw' into 'main'

css: reduce overdraws from "textview > text"

See merge request GNOME/gtk!4472
This commit is contained in:
Matthias Clasen 2022-02-12 08:34:18 +00:00
commit 5912b2d64a

View File

@ -66,6 +66,8 @@ textview {
> text {
@extend %view;
background-color: transparent;
> selection {
background-color: $backdrop_selected_bg_color;