From: Jakub Steiner Date: Fri, 23 Sep 2022 15:01:24 +0000 (+0200) Subject: theme: tone down unfocused title labels X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~40^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be6413b0e7edc3ff3c18dbb2cb5afd5a907d366b;p=gtk4.git theme: tone down unfocused title labels - mimic libadwaita in toning down unfocused titles. Cargo culting the filter instead of using normal opacity property. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4468 --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index ea7415faf2..d627cf9674 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -1500,6 +1500,8 @@ headerbar { background-image: none; transition: $backdrop_transition; + + .title { filter: opacity(.5); } } .title {