Browse Source

Get rid of unnecessary z index in segment loading

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

1
src/definitions/elements/segment.less

@ -282,7 +282,6 @@
text-shadow: none !important;
color: transparent !important;
transition: all 0s linear;
z-index: 100;
}
.ui.loading.segment:before {
position: absolute;

Loading…
Cancel
Save