|
@ -1754,11 +1754,18 @@ Floated Menu / Item |
|
|
margin-bottom: 0em; |
|
|
margin-bottom: 0em; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.top.attached.menu > .item:first-child { |
|
|
|
|
|
border-radius: @borderRadius 0em 0em 0em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.ui.bottom.attached.menu { |
|
|
.ui.bottom.attached.menu { |
|
|
margin-top: 0em; |
|
|
margin-top: 0em; |
|
|
border-top: none; |
|
|
border-top: none; |
|
|
border-radius: 0em 0em @borderRadius @borderRadius; |
|
|
border-radius: 0em 0em @borderRadius @borderRadius; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.bottom.attached.menu > .item:first-child { |
|
|
|
|
|
border-radius: 0em 0em 0em @borderRadius; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Tabular Attached */ |
|
|
/* Tabular Attached */ |
|
|
.ui.top.attached.menu:not(.tabular) { |
|
|
.ui.top.attached.menu:not(.tabular) { |
|
|