Skip to content

Commit 0e6e466

Browse files
committed
Merge pull request sparksuite#146 from NextStepWebs/revert-145-kleroy_fix-sprockets-compilation-error
Revert "Fix sprockets compilation error related to `filter: progid:`"
2 parents 16d5a4d + 3baa1d1 commit 0e6e466

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

debug/simplemde.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ span.CodeMirror-selectedtext { background: none; }
427427
background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%);
428428
background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%);
429429
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%);
430-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);
430+
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);
431431
position: fixed;
432432
top: 0;
433433
left: 0;
@@ -444,7 +444,7 @@ span.CodeMirror-selectedtext { background: none; }
444444
background: -o-linear-gradient(left, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
445445
background: -ms-linear-gradient(left, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
446446
background: linear-gradient(to right, rgba(125, 185, 232, 0.01) 0%, rgba(254, 254, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
447-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);
447+
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);
448448
position: fixed;
449449
top: 0;
450450
right: 0;
@@ -643,7 +643,6 @@ span.CodeMirror-selectedtext { background: none; }
643643
.CodeMirror .CodeMirror-code .cm-strikethrough {
644644
text-decoration: line-through;
645645
}
646-
647646
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
648647
background: rgba(255, 0, 0, .15);
649648
}

0 commit comments

Comments
 (0)