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
This commit is contained in:
Jakub Steiner 2022-09-23 17:01:24 +02:00
parent 15d1c86b2c
commit be6413b0e7

View File

@ -1500,6 +1500,8 @@ headerbar {
background-image: none;
transition: $backdrop_transition;
.title { filter: opacity(.5); }
}
.title {