mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 21:28:00 -05:00
UI Tabs: make sure panels are hidden
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/* Caution! Ensure accessibility in print and other media types... */
|
||||
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
|
||||
.ui-tabs-hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user