You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2022/04/06 15:36:38 UTC

[royale-asjs] branch develop updated: mx menu - make sure hand cursor is not visible when item is disabled

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

yishayw 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 d9ae6f74fb mx menu - make sure hand cursor is not visible when item is disabled
d9ae6f74fb is described below

commit d9ae6f74fbb3732fab748cf78272a506e6db59c0
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Wed Apr 6 18:36:26 2022 +0300

    mx menu - make sure hand cursor is not visible when item is disabled
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index dcb8d858b9..4f87d079b3 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -398,6 +398,7 @@ Menu {
 	border-style: solid;
 	border-color: #222222;
 	box-shadow: 2px 2px 5px gray;
+	cursor: auto;
 }
 MultiSelectionList
 {