|
@ -35,6 +35,7 @@ |
|
|
font-weight: @fontWeight; |
|
|
font-weight: @fontWeight; |
|
|
box-shadow: @boxShadow; |
|
|
box-shadow: @boxShadow; |
|
|
border-radius: @borderRadius; |
|
|
border-radius: @borderRadius; |
|
|
|
|
|
min-height: @minHeight; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ui.menu:after { |
|
|
.ui.menu:after { |
|
@ -203,10 +204,10 @@ |
|
|
Popup |
|
|
Popup |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
.ui.menu .popup { |
|
|
|
|
|
|
|
|
.ui.menu .ui.popup { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
.ui.menu .visible.popup { |
|
|
|
|
|
|
|
|
.ui.menu .ui.visible.popup { |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -813,6 +814,7 @@ Floated Menu / Item |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
background: @secondaryActiveItemBackground; |
|
|
background: @secondaryActiveItemBackground; |
|
|
color: @secondaryActiveItemColor; |
|
|
color: @secondaryActiveItemColor; |
|
|
|
|
|
border-radius: @secondaryItemBorderRadius; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Active Hover */ |
|
|
/* Active Hover */ |
|
@ -1691,8 +1693,7 @@ Floated Menu / Item |
|
|
.ui.menu.attached { |
|
|
.ui.menu.attached { |
|
|
margin: 0rem; |
|
|
margin: 0rem; |
|
|
border-radius: 0px; |
|
|
border-radius: 0px; |
|
|
/* avoid rgba multiplying */ |
|
|
|
|
|
box-shadow: @attachedBoxShadow; |
|
|
|
|
|
|
|
|
box-shadow: @attachedBoxShadow; /* avoid rgba multiplying */ |
|
|
} |
|
|
} |
|
|
.ui.top.attached.menu { |
|
|
.ui.top.attached.menu { |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|