Browse Source

#2433 Fix issue with basic segment rule

flex-list
jlukic 9 years ago
parent
commit
1dd822b678
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/segment.less

2
src/definitions/elements/segment.less

@ -442,7 +442,7 @@
--------------------*/
.ui.basic.segment {
background-color: @basicBackground;
background: @basicBackground;
box-shadow: @basicBoxShadow;
border: @basicBorder;
border-radius: @basicBorderRadius;

Loading…
Cancel
Save