Преглед на файлове

Fixed: Icons do not inherit cursor style.

Aleksander Nowodzinski преди 9 години
родител
ревизия
5d5ad11e68
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      packages/ckeditor5-theme-lark/theme/components/icon.scss

+ 6 - 0
packages/ckeditor5-theme-lark/theme/components/icon.scss

@@ -28,6 +28,9 @@ $ck-icon-size: 20px;
 	vertical-align: middle;
 	color: inherit;
 
+	// Inherit cursor style (#5).
+	cursor: inherit;
+
 	&-left {
 		float: left;
 		margin-right: ck-spacing( 'small' );
@@ -39,6 +42,9 @@ $ck-icon-size: 20px;
 	}
 
 	* {
+		// Inherit cursor style (#5).
+		cursor: inherit;
+
 		// Allows dynamic coloring of the icons.
 		color: inherit;
 		// Needed by FF.