From d7fbfec01ee5517fca320a1bce19dec80cccb937 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 24 Jun 2013 08:30:22 -0700 Subject: [PATCH] Badge and label have default cursor instead of text one --- UI/Content/base.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UI/Content/base.less b/UI/Content/base.less index dabbfe31b..7cf778f7b 100644 --- a/UI/Content/base.less +++ b/UI/Content/base.less @@ -97,3 +97,7 @@ button::-moz-focus-inner, a::-moz-focus-inner { a:focus { outline: none; } + +.label, .badge { + cursor: default; +} \ No newline at end of file