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

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;