This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c4af5119ec cleanup
c4af5119ec is described below

commit c4af5119ec86ec8e00062f60560f61a3cb1f3bc8
Author: Harbs <[email protected]>
AuthorDate: Wed Mar 18 11:06:17 2026 +0200

    cleanup
---
 .../royale/org/apache/royale/style/stylebeads/states/PeerPseudo.as     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/states/PeerPseudo.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/states/PeerPseudo.as
index 367c9b2f76..7d8dc00494 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/states/PeerPseudo.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/states/PeerPseudo.as
@@ -43,10 +43,7 @@ package org.apache.royale.style.stylebeads.states
                        }).join("");
                        
                        decorations.push(new StyleDecoration(decoratorType, 
ruleDecorator));
-
                        style.rulePrefix = "." + ruleDecorator + decorationStr 
+ " ~ " + style.rulePrefix;
-                       // style.ruleSuffix = selector + ":" + style.ruleSuffix;
-                       
                        if(parentStyle)
                                parentStyle.decorateChildStyle(style, 
decorations);
                }

Reply via email to