This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit e624a6b866d8dd97b7cfdf2dcdae0df913d247b9
Author: [email protected] <[email protected]>
AuthorDate: Sun Mar 15 18:47:22 2026 -0600

    fix: remove "overlay" button style from NetworkManager forget button
    
    The "overlay" style renders with a solid black background in
    Enlightenment's dark popup theme and provides no hover feedback.
    Drop the style entirely so the button uses the default theme,
    which has the correct background and hover highlight.
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
---
 src/modules/networkmanager/e_mod_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/networkmanager/e_mod_main.c b/src/modules/networkmanager/e_mod_main.c
index 2581ffda2..58bf47522 100644
--- a/src/modules/networkmanager/e_mod_main.c
+++ b/src/modules/networkmanager/e_mod_main.c
@@ -429,7 +429,6 @@ _enm_ap_end_new(struct NM_Manager *nm, struct NM_Access_Point *ap,
    fd->ssid = eina_stringshare_add(ap->ssid);
 
    end = elm_button_add(parent);
-   elm_object_style_set(end, "overlay");
    ic = elm_icon_add(end);
    elm_icon_standard_set(ic, "edit-delete");
    elm_object_content_set(end, ic);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to