Browse Source

Fixes next top attached segment missing border #1219

pull/1243/head
jlukic 10 years ago
parent
commit
43b4622410
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/segment.less

2
src/definitions/elements/segment.less

@ -523,7 +523,7 @@
box-shadow: @attachedBoxShadow; box-shadow: @attachedBoxShadow;
border: @attachedBorder; border: @attachedBorder;
} }
.ui.segment.attached + .ui.segment.attached {
.ui.segment.attached + .ui.segment.attached:not(.top) {
border-top: none; border-top: none;
} }

Loading…
Cancel
Save