mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Improving class names for menu hiding
This commit is contained in:
parent
e319c49891
commit
ebea829d80
2 changed files with 2 additions and 2 deletions
|
@ -987,7 +987,7 @@ pre code {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
}
|
}
|
||||||
#links.open {
|
#links.menu--open {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
|
|
|
@ -8,7 +8,7 @@ $.fn.ready(function() {
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
$("#menu").click(function(){
|
$("#menu").click(function(){
|
||||||
$("#links").toggleClass('open');
|
$("#links").toggleClass('menu--open');
|
||||||
if ($('#content').hasClass('opacity03')) {
|
if ($('#content').hasClass('opacity03')) {
|
||||||
$('#content').removeClass('opacity03');
|
$('#content').removeClass('opacity03');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue