Procházet zdrojové kódy

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 před 7 roky
rodič
revize
1fb5e68819
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  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',