Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 4ce2d28

Browse files
Panel: Visibility hidden for closed panels. Fixes #5652.
This prevents focus on links in closed panels when using the tab key.
1 parent dfcc6a5 commit 4ce2d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/structure/jquery.mobile.panel.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.ui-panel-closed {
1111
width: 0;
1212
overflow: hidden;
13+
visibility: hidden;
1314
}
1415
.ui-panel-fixed {
1516
position: fixed;

0 commit comments

Comments
 (0)