From 4ce2d28f97a5b3cd56e9cb82ea5d42e85a4c0591 Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Wed, 27 Mar 2013 14:02:44 +0100 Subject: [PATCH] Panel: Visibility hidden for closed panels. Fixes #5652. This prevents focus on links in closed panels when using the tab key. --- css/structure/jquery.mobile.panel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/structure/jquery.mobile.panel.css b/css/structure/jquery.mobile.panel.css index 7b55fef9df1..3f263c8f572 100644 --- a/css/structure/jquery.mobile.panel.css +++ b/css/structure/jquery.mobile.panel.css @@ -10,6 +10,7 @@ .ui-panel-closed { width: 0; overflow: hidden; + visibility: hidden; } .ui-panel-fixed { position: fixed;