diff options
Diffstat (limited to 'public/ng/less/ui/menu.less')
-rw-r--r-- | public/ng/less/ui/menu.less | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/public/ng/less/ui/menu.less b/public/ng/less/ui/menu.less index e36667ce..a1daefb3 100644 --- a/public/ng/less/ui/menu.less +++ b/public/ng/less/ui/menu.less @@ -94,12 +94,20 @@ ul.menu-down { } } -ul.menu-down { - position: absolute; - display: none; - z-index: 99; - box-shadow: 0 0 2px @menuShadowColor; - background-color: @menuDownBgColor; +ul { + &.menu-down { + position: absolute; + display: none; + z-index: 99; + box-shadow: 0 0 2px @menuShadowColor; + background-color: @menuDownBgColor; + } + &.menu-down-show { + position: absolute; + z-index: 99; + box-shadow: 0 0 2px @menuShadowColor; + background-color: @menuDownBgColor; + } } ul.menu-radius { |