Przeglądaj źródła

Removed the initial transform property of the text input with an error to allow the shake animation in Safari.

Aleksander Nowodzinski 7 lat temu
rodzic
commit
532454f431

+ 0 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/inputtext/inputtext.css

@@ -46,7 +46,6 @@
 	&.ck-error {
 		border-color: var(--ck-color-input-error-border);
 		animation: ck-text-input-shake .3s ease both;
-		transform: translateX(0);
 
 		&:focus {
 			@mixin ck-box-shadow var(--ck-focus-error-outer-shadow), var(--ck-inner-shadow);