8
0
Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
1fb5e68819
1 mainītis faili ar 0 papildinājumiem un 8 dzēšanām
  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',