mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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
|
||||
|
||||
#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);
|
||||
|
@ -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 */ };
|
||||
|
Loading…
x
Reference in New Issue
Block a user