8
0
فهرست منبع

Disabled buttons outline.

Damian Konopka 7 سال پیش
والد
کامیت
fc5e976ea8
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

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

@@ -34,6 +34,9 @@ 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;
+
 	&:focus {
 		@mixin ck-focus-ring;
 		@mixin ck-box-shadow var(--ck-focus-outer-shadow);