From 676ffee45982dd3a3d6e0eddf7b27aa99dbb7b81 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 23 Jul 2013 03:51:21 +0800 Subject: [PATCH] removed text decoration from btn-link to match that of default nodebb anchors --- public/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.less b/public/css/style.less index 4ea31d8a9d..02a11e43fb 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -350,7 +350,7 @@ footer.footer { } } -a:hover { +a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { text-decoration:none; }