소스 검색

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',