Mercurial > hgrepos > hgweb.cgi > s4
changeset 32:280024035566
Folding div by `display none' breaks effects of transition.
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Wed, 22 Jul 2015 09:38:28 +0900 |
parents | 737a6e2717a9 |
children | 54dba4c5e61d |
files | templ/default/default.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templ/default/default.css Wed Jul 22 09:34:35 2015 +0900 +++ b/templ/default/default.css Wed Jul 22 09:38:28 2015 +0900 @@ -77,7 +77,7 @@ div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;} div.fold > div { - display: none; max-height: 80%; overflow: auto; + xxdisplay: none; max-height: 80%; overflow: auto; height: 0px; opacity: 0; padding: 0 1ex; } div.fold input[type="checkbox"]:checked ~ div {