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

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

commit 71e2b7213e9151216520a005cdbb4bc70fbe66aa
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Apr 17 09:57:57 2025 -0700

    ASDoc: no border around inheritance list
---
 examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml 
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index 512db4c9e8..5794daedb8 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -313,10 +313,11 @@ limitations under the License.
         }
         
         .inheritanceList {
-               IItemRendererInitializer: 
ClassReference("org.apache.royale.html.beads.IndexedItemRendererInitializer");
-               IItemRendererClassFactory: 
ClassReference("org.apache.royale.core.ItemRendererClassFactory"); /* no 
selection */
-                       }
-        
+            border: none;
+            IItemRendererInitializer: 
ClassReference("org.apache.royale.html.beads.IndexedItemRendererInitializer");
+            IItemRendererClassFactory: 
ClassReference("org.apache.royale.core.ItemRendererClassFactory"); /* no 
selection */
+        }
+
         .summaryList {
                margin-bottom: 20px;
                border-style: solid;

Reply via email to