Procházet zdrojové kódy

Changed specificity of disabled outline for `.ck-button`.

Damian Konopka před 7 roky
rodič
revize
c077b852d0

+ 4 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

@@ -34,8 +34,10 @@ a.ck-button {
 	/* Avoid flickering when the foucs border shows up. */
 	border: 1px solid transparent;
 
-	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/157 */
-	outline: 0;
+	&:active {
+		/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/157 */
+		outline: 0;
+	}
 
 	&:focus {
 		@mixin ck-focus-ring;