소스 검색

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;