Skip to content
Snippets Groups Projects
Unverified Commit 2c27d150 authored by Xia Li-yao's avatar Xia Li-yao Committed by GitHub
Browse files

Hide synopsis from search when hidden (#1486)

Fix #1451
parent 283877f9
No related branches found
No related tags found
No related merge requests found
...@@ -544,6 +544,10 @@ table.info { ...@@ -544,6 +544,10 @@ table.info {
background: url(synopsis.png) no-repeat -75px -8px; background: url(synopsis.png) no-repeat -75px -8px;
} }
#synopsis details:not([open]) > ul {
visibility: hidden;
}
#synopsis ul { #synopsis ul {
height: 100%; height: 100%;
overflow: auto; overflow: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment