mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
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:
parent
09074c91d0
commit
0a023e5fc7
6 changed files with 443 additions and 1758 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue