Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #184 from ckeditor/t/ckeditor5/810
Browse files Browse the repository at this point in the history
Feature: Made the link form buttons thicker with a fill color and no background (see ckeditor/ckeditor5#810).
  • Loading branch information
dkonopka committed Mar 15, 2018
2 parents 44f6e38 + e6de219 commit 45292f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ui/linkformview.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ export default class LinkFormView extends View {
}
} );

this.saveButtonView.extendTemplate( {
attributes: {
class: [
'ck-button-action'
]
}
} );

this.setTemplate( {
tag: 'form',

Expand Down

0 comments on commit 45292f1

Please sign in to comment.