Browse Source

Merge pull request #539 from DVSoftware/patch-1

Removed semicolon that breaks LESS parser
pull/545/head
Jack Lukic 11 years ago
parent
commit
b58e6ad67a
1 changed files with 2 additions and 2 deletions
  1. 4
      src/modules/dimmer.less

4
src/modules/dimmer.less

@ -46,7 +46,7 @@
z-index: 1000;
}
/* Dimmer Content */;
/* Dimmer Content */
.ui.dimmer > .content {
width: 100%;
height: 100%;
@ -166,4 +166,4 @@ body.ui.dimmed.dimmable > :not(.dimmer){
}
.ui.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85)
}
}
Loading…
Cancel
Save