mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
Improving class names for menu hiding
This commit is contained in:
parent
e319c49891
commit
ebea829d80
@ -987,7 +987,7 @@ pre code {
|
||||
height: auto;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#links.open {
|
||||
#links.menu--open {
|
||||
display: block;
|
||||
}
|
||||
footer {
|
||||
|
@ -8,7 +8,7 @@ $.fn.ready(function() {
|
||||
========================================================================== */
|
||||
|
||||
$("#menu").click(function(){
|
||||
$("#links").toggleClass('open');
|
||||
$("#links").toggleClass('menu--open');
|
||||
if ($('#content').hasClass('opacity03')) {
|
||||
$('#content').removeClass('opacity03');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user