From a6460169d49566178e4b970688896d4d7b6cd498 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 21 Jul 2013 01:43:14 -0400 Subject: [PATCH] - removing underline from composer style shortcut button grouping --- public/css/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.less b/public/css/style.less index f56378d34c..fb614ba160 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -517,6 +517,10 @@ body .navbar .nodebb-inline-block { span { color: white; + + &:hover { + text-decoration: none; + } } }