quickSettings: Color header icon if checked

... as requested by the design team.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2393>
This commit is contained in:
Florian Müllner 2022-07-30 00:06:49 +02:00 committed by Marge Bot
parent a0436d4b48
commit 3ce3034fdd
2 changed files with 13 additions and 0 deletions

View file

@ -35,6 +35,8 @@
border-radius: 999px;
padding: 1.5 * $base_padding;
background-color: lighten($bg_color, 10%);
&.active { background-color: $selected_bg_color; }
}
& .title {