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

Merge pull request #7231 from ckeditor/i/6826

Internal (theme-lark): The mouse cursor should not change when mouse is over the insert paragraph buttons in widgets. Closes #6826.
Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
5d1c9755d7

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