瀏覽代碼

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

Aleksander Nowodzinski 7 年之前
父節點
當前提交
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;