Browse Source

Fixes #1219 Inverted segments do not have any border

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

3
src/definitions/elements/segment.less

@ -525,8 +525,7 @@
.ui.inverted.block.segment,
.ui.inverted.attached.segment {
box-shadow: none !important;
border: none !important;
border-color: @solidWhiteBorderColor;
}
/*-------------------

Loading…
Cancel
Save