8
0
فهرست منبع

Made the link form buttons thicker with a fill color and no background.

Aleksander Nowodzinski 7 سال پیش
والد
کامیت
d6a178ca24
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',