Feature: Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810).
@@ -106,14 +106,6 @@ export default class LinkFormView extends View {
}
} );
- this.saveButtonView.extendTemplate( {
- attributes: {
- class: [
- 'ck-button-action'
- ]
- }
- } );
-
this.setTemplate( {
tag: 'form',