8
0
Просмотр исходного кода

The mouse cursor should not change when mouse is over the insert paragraph buttons in widgets.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
43454503d4

+ 0 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

@@ -18,7 +18,6 @@
 	 * Styles of the type around buttons
 	 */
 	& .ck-widget__type-around__button {
-		cursor: pointer;
 		width: var(--ck-widget-type-around-button-size);
 		height: var(--ck-widget-type-around-button-size);
 		background: var(--ck-color-widget-type-around-button);