This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch v-1.26.0
in repository efl.
View the commit online.
commit e2799dd00e30e6e86ac8f3208ca6a3a933a73367
Author: Carsten Haitzler <[email protected]>
AuthorDate: Tue Mar 8 10:23:21 2022 +0000
elm theme - fix notify blocker group to inherit visible - fix white box
@fix
---
data/elementary/themes/edc/elm/notify.edc | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/elementary/themes/edc/elm/notify.edc b/data/elementary/themes/edc/elm/notify.edc
index 15bd731e28..30b698876a 100644
--- a/data/elementary/themes/edc/elm/notify.edc
+++ b/data/elementary/themes/edc/elm/notify.edc
@@ -7,6 +7,7 @@ group { name: "elm/notify/block_events/default";
color: 255 255 255 0; // no cc
}
desc { "visible";
+ inherit: "default" 0.0;
color: 255 255 255 255; // no cc
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.