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

Commit da015b7

Browse files
Demos: hide the global search list while the global nav panel is open.
1 parent a6ff7de commit da015b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demos/_assets/css/jqm-demos.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ body, .jqm-demos {
136136
-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
137137
box-shadow: 0 0 5px rgba(0,0,0,.3);
138138
}
139+
.ui-panel-animate.ui-panel-content-wrap:not(.ui-panel-content-wrap-closed) .jqm-search > .jqm-list {
140+
display: none;
141+
}
142+
139143

140144
/* Footer */
141145
.jqm-footer {

0 commit comments

Comments
 (0)