Remove remaining usages of `#menu-container`
This commit is contained in:
parent
2cc90e0a5a
commit
60dfbcbad9
|
@ -9,12 +9,6 @@
|
||||||
|
|
||||||
@icon-width: 1.7em; // 1.5em width + 0.2em right margin
|
@icon-width: 1.7em; // 1.5em width + 0.2em right margin
|
||||||
|
|
||||||
#menu-container {
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
background-color: @menu-bg-color;
|
background-color: @menu-bg-color;
|
||||||
box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3);
|
box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3);
|
||||||
|
|
|
@ -324,7 +324,7 @@
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
try {
|
try {
|
||||||
if ($hovered.is(':hover') || $('#menu-container').is(':hover')) {
|
if ($hovered.is(':hover') || $('#menu').is(':hover')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch(e) { /* Bypass because if IE8 */ };
|
} catch(e) { /* Bypass because if IE8 */ };
|
||||||
|
|
Loading…
Reference in New Issue