You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/16 09:55:10 UTC

[royale-asjs] branch develop updated: jewel-itemrenderer: add tabindex to li to make it possible to use key up/down accesibility (2)

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

carlosrovira 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 e12327c  jewel-itemrenderer: add tabindex to li to make it possible to use key up/down accesibility (2)
e12327c is described below

commit e12327cc48379fb13f308f1ffff7cd0d6034b5a6
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Apr 16 11:55:06 2020 +0200

    jewel-itemrenderer: add tabindex to li to make it possible to use key up/down accesibility (2)
---
 frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 0761d26..74fa711 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -28,7 +28,7 @@ html, body {
   border: 0;
 }
 
-input:focus, textarea:focus, select:focus, div:focus, label:focus {
+input:focus, textarea:focus, select:focus, div:focus, label:focus, li:focus {
   outline: none;
 }