8
0
Просмотр исходного кода

Merge pull request #158 from ckeditor/t/157

Fix: The `:active` buttons should have no `outline`. Closes #157.
Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
daec519428

+ 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);