浏览代码

Fixed: Cursor inconsistency when hovering a button with icon in Chrome.

Aleksander Nowodzinski 9 年之前
父节点
当前提交
ebfe2c93fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-theme-lark/theme/components/button.scss

+ 1 - 1
packages/ckeditor5-theme-lark/theme/components/button.scss

@@ -10,7 +10,7 @@
 @mixin ck-button( $color ) {
 	border: 1px solid;
 	white-space: nowrap;
-	cursor: pointer;
+	cursor: default;
 	vertical-align: middle;
 	line-height: $ck-icon-size / $ck-font-size-base;
 	position: relative;