浏览代码

Removed unnecessary code.

Maciej Gołaszewski 7 年之前
父节点
当前提交
1757ae6111
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      packages/ckeditor5-highlight/src/highlightui.js

+ 0 - 7
packages/ckeditor5-highlight/src/highlightui.js

@@ -223,13 +223,6 @@ export default class HighlightUI extends Plugin {
 			buttons.push( new ToolbarSeparatorView() );
 			buttons.push( componentFactory.create( 'removeHighlight' ) );
 
-			// TODO: Extend template to hide arrow from dropdown. Remove me after changes in theme-lark.
-			dropdownView.extendTemplate( {
-				attributes: {
-					class: 'ck-splitbutton-dropdown'
-				}
-			} );
-
 			addToolbarToDropdown( dropdownView, buttons );
 
 			bindIconStyleToColor( dropdownView );