Browse Source

Removed unnecessary code.

Maciej Gołaszewski 7 years ago
parent
commit
1757ae6111
1 changed files with 0 additions and 7 deletions
  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 );