[gnome-shell-sass] style: Fix style class name
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] style: Fix style class name
- Date: Thu, 6 Feb 2020 20:52:03 +0000 (UTC)
commit ff9bcabe0922bf3a08797c04398fd4b644419b4e
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jan 23 17:23:13 2020 +0100
style: Fix style class name
Whoops, this never worked: ShellApp sets a style class of .fallback-app-icon,
while the CSS used .fallback-window-icon.
Let's go with the former ...
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1779
widgets/_message-list.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_message-list.scss b/widgets/_message-list.scss
index bc80c3f..adedcf7 100644
--- a/widgets/_message-list.scss
+++ b/widgets/_message-list.scss
@@ -84,7 +84,7 @@
}
// fallback
- > .fallback-window-icon {
+ > .fallback-app-icon {
width: $base_icon_size;
height: $base_icon_size;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]