diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-05-09 20:00:36 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-05-09 20:00:36 +0300 |
commit | d64bc9eb93d842739671c0de8b6266e787531085 (patch) | |
tree | 6677fe448879136fbda03e9f92572d6da60373a1 /layouts/partials/meta.html | |
parent | f8b0da97d84c043576418b9d28f5d75d94d611aa (diff) |
Categories FULLY WORKING
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r-- | layouts/partials/meta.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 9acc554..1acf474 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -111,17 +111,20 @@ .right { text-align: right; } .padding-s { padding: 6px; } .padding { padding: 12px; } - .clicky { cursor: pointer; } - .hidden { display: none; } - /** * Categories */ + /* Categories themselves */ + .js .category--open .category__closed-marker { display: none; } + .js .category--closed .components { display: none; } + .js .category--closed .category__open-marker { display: none; } + /* Markers */ + .js .hidden-with-js { display: none; } .hide-without-js { display: none; } .js span.hide-without-js { display: inline; } .js div.hide-without-js { display: block; } |