Browse Source

Fix attached fixed menu border

flex-list
jlukic 9 years ago
parent
commit
3e6634bf4a
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/menu.less

2
src/definitions/collections/menu.less

@ -1784,7 +1784,7 @@ Floated Menu / Item
}
/* Tabular Attached */
.ui.top.attached.menu:not(.tabular) {
.ui.top.attached.menu:not(.fixed):not(.tabular) {
border-bottom: none;
}
.ui.attached.tabular.menu {

Loading…
Cancel
Save