css: reduce overdraws from "textview > text"

This was causing us to draw the same background content twice which is a
significant amount of bits to flip in the GPU for maximized windows,
especially twice.
This commit is contained in:
Christian Hergert 2022-02-11 23:02:20 -08:00
parent 5088103d31
commit e38e8ed73e

View File

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