Skip to content

Commit 4467a09

Browse files
committed
gtk4: Reduce overdraws from textview > text
Performance improvement based on upstream commit: https://gitlab.gnome.org/GNOME/gtk/-/commit/e38e8ed73e063c9f6a23c232582e058167d77204
1 parent a2d6870 commit 4467a09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/gtk-4.0/sass/_common.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ textview {
5858
> text {
5959
@extend %view;
6060

61+
background-color: transparent;
62+
6163
> selection { &:focus, & { @extend %selected_items; }}
6264
}
6365

0 commit comments

Comments
 (0)