theme: add space between & and .

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
This commit is contained in:
Sam Hewitt 2019-12-20 16:19:39 -05:00 committed by Florian Müllner
parent 276f912c45
commit 29a561c0b1

View File

@ -51,10 +51,9 @@ $dash_border_radius: $modal_radius * 1.5;
// Show apps button
.show-apps {
background-color: transparent;
color: $osd_fg_color;
&.overview-icon {
& .overview-icon {
@extend %icon_tile;
color: $osd_fg_color;
}