Explorar o código

Removed unnecessary code.

Maciej Gołaszewski %!s(int64=8) %!d(string=hai) anos
pai
achega
1757ae6111
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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 );