MDL-57945 stylelint: use csstree to replace some rules

Ironically we have to reverse the change from e63d89a5 because
this linter is more clever..
This commit is contained in:
Dan Poltawski 2017-07-19 13:57:07 +01:00
parent 09074c91d0
commit 0a023e5fc7
6 changed files with 443 additions and 1758 deletions

View file

@ -3724,7 +3724,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
background-image: linear-gradient(to bottom, #fff, #ccc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
filter: 0;
filter: none;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd h1 {
padding: 0;