Kaynağa Gözat

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

Aleksander Nowodzinski 7 yıl önce
ebeveyn
işleme
682bfc5880

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