grabs / moodle-mod_unilabel

1 stars 10 forks source link

css not specific enough. #4

Closed danmarsden closed 5 years ago

danmarsden commented 5 years ago

Styles.css files are combined and cached, all mod_unilabel css changes should be very specific - ideally with something like .path-mod-unilabel (Moodle adds that to the body tag of all files loaded from /mod/unilabel/

some of your css is ok, but others look a bit concerning like this on in carousel/styles.css

.form-group.fitem.disabled {
    display:none;
}
grabs commented 5 years ago

Thank for your hints. It is now fixed.