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