From a486a6f20b6502cf260368f5e0e423a7db2c6284 Mon Sep 17 00:00:00 2001 From: Jari Jokinen Date: Wed, 1 Feb 2012 12:59:38 +0200 Subject: [PATCH] Allow labels to be links --- less/labels.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/labels.less b/less/labels.less index c0f4277502..923f1b84cf 100644 --- a/less/labels.less +++ b/less/labels.less @@ -14,3 +14,7 @@ .label-warning { background-color: @orange; } .label-success { background-color: @successText; } .label-info { background-color: @infoText; } +.label:hover { + color: @white; + text-decoration: none; +}