Browse Source

Fixes #1479 vertical segment border does not appear correctly with background

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

2
src/definitions/elements/segment.less

@ -57,7 +57,7 @@
background-color: transparent;
border-radius: 0px;
border: none;
box-shadow: 0px 1px 0px @borderColor;
box-shadow: 0px -1px 0px @borderColor inset;
}
.ui[class*="vertical segment"]:last-child {
box-shadow: none;

Loading…
Cancel
Save