Skip to content

Commit 11b6be8

Browse files
committed
Revert TinyMCE builder dark skin
1 parent 43a9aab commit 11b6be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layouts/plugins/editors/tinymce/field/tinymcebuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262

6363
$wa->getRegistry()->addExtensionRegistryFile('plg_editors_tinymce');
6464
$wa->registerAndUseStyle('tinymce.skin', 'media/vendor/tinymce/skins/ui/oxide/skin.min.css')
65-
->registerAndUseStyle('tinymce.skin.dark', 'media/vendor/tinymce/skins/ui/oxide-dark/skin.min.css')
6665
->registerAndUseStyle('plg_editors_tinymce.builder', 'plg_editors_tinymce/tinymce-builder.css', [], [], ['tinymce.skin', 'dragula'])
6766
->registerScript('plg_editors_tinymce.builder', 'plg_editors_tinymce/tinymce-builder.js', [], ['type' => 'module'], ['dragula', 'plg_editors_tinymce'])
6867
->useScript('plg_editors_tinymce.builder')

0 commit comments

Comments
 (0)