Преглед на файлове

Merge pull request #184 from ckeditor/t/ckeditor5/810

Feature: Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810).
Damian Konopka преди 7 години
родител
ревизия
1fb5e68819
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      packages/ckeditor5-link/src/ui/linkformview.js

+ 0 - 8
packages/ckeditor5-link/src/ui/linkformview.js

@@ -106,14 +106,6 @@ export default class LinkFormView extends View {
 			}
 		} );
 
-		this.saveButtonView.extendTemplate( {
-			attributes: {
-				class: [
-					'ck-button-action'
-				]
-			}
-		} );
-
 		this.setTemplate( {
 			tag: 'form',