diff --git a/theme/boost/config.php b/theme/boost/config.php index 435540c7ca1..f5253cd7d80 100644 --- a/theme/boost/config.php +++ b/theme/boost/config.php @@ -29,7 +29,7 @@ require_once(__DIR__ . '/lib.php'); $THEME->name = 'boost'; $THEME->scssfile = theme_boost_get_scss_file($THEME); $THEME->sheets = []; -$THEME->editor_sheets = ['editor']; +$THEME->editor_sheets = []; $THEME->layouts = [ // Most backwards compatible layout without the blocks - this is the layout used by default. diff --git a/theme/boost/style/editor.css b/theme/boost/style/editor.css deleted file mode 100644 index e69de29bb2d..00000000000