Remove remaining usages of `#menu-container`

This commit is contained in:
Johannes Meyer 2019-12-06 15:32:43 +01:00
parent 2cc90e0a5a
commit 60dfbcbad9
2 changed files with 1 additions and 7 deletions

View File

@ -9,12 +9,6 @@
@icon-width: 1.7em; // 1.5em width + 0.2em right margin
#menu-container {
height: 100%;
overflow: hidden;
position: relative;
}
#menu {
background-color: @menu-bg-color;
box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3);

View File

@ -324,7 +324,7 @@
setTimeout(function() {
try {
if ($hovered.is(':hover') || $('#menu-container').is(':hover')) {
if ($hovered.is(':hover') || $('#menu').is(':hover')) {
return;
}
} catch(e) { /* Bypass because if IE8 */ };