Explorar el Código

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

Aleksander Nowodzinski hace 9 años
padre
commit
ebfe2c93fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;