From 958848847cd39e1efc8e69bcd06db067d3e277d5 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 4 Jun 2015 14:27:09 -0400 Subject: [PATCH] Fix corner label mouse selection --- src/definitions/elements/label.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 421e5c06f..81d427da8 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -277,6 +277,7 @@ a.ui.label { } .ui.corner.label .icon { + cursor: default; position: relative; top: @cornerIconTopOffset; left: @cornerIconLeftOffset;