Explorar el Código

Merge branch 'master' into t/159

Aleksander Nowodzinski hace 7 años
padre
commit
bf719c4f64

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

@@ -34,6 +34,7 @@ a.ck-button {
 	/* Avoid flickering when the foucs border shows up. */
 	border: 1px solid transparent;
 
+	&:active,
 	&:focus {
 		@mixin ck-focus-ring;
 		@mixin ck-box-shadow var(--ck-focus-outer-shadow);