8
0
فهرست منبع

Fix: Link actions preview button should not have shadow when :active.

Aleksander Nowodzinski 8 سال پیش
والد
کامیت
682bfc5880
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css

+ 4 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css

@@ -26,6 +26,10 @@
 			border: 0;
 		}
 
+		&:active {
+			box-shadow: none;
+		}
+
 		&:focus {
 			& .ck-button__label {
 				text-decoration: underline;