Explorar o código

Merge pull request #61 from ckeditor/t/37

t/36: Fixed cursor inconsistency when hovering a button with icon in Chrome.
Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
af83011fe6
Modificáronse 1 ficheiros con 1 adicións e 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;