open-lms-open-source / moodle-theme_snap

GNU General Public License v3.0
79 stars 75 forks source link

File resource 'Appearance' settings missing #217

Open mrvinceo opened 3 years ago

mrvinceo commented 3 years ago

When adding a File Resource, the Appearance settings are missing in the Snap theme interface. E.g. no option to embed a filen is made available. When switching to the Boost or other theme, the menu is again visible, so seems to be getting hidden by the Snap theme's css. This is Moodle 3.9, Snap 3.9.3.

Adding this into the custom css brings it back:

.containsadvancedelements {display:block !important;} but shouldn't be getting hidden by default.

SDMI-Developers commented 2 years ago

This is also true for the URL resource.