From 2da3b6b21279caf0203e0c5c05dcfeffd9f86e8c Mon Sep 17 00:00:00 2001 From: niks799 <abby.goundar@hotmail.com> Date: Wed, 18 Jan 2017 18:26:12 +1300 Subject: [PATCH] Update main.less (#11217) --- plugins/Morpheus/stylesheets/main.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less index 7f709e8c1b..e3fffad4b8 100644 --- a/plugins/Morpheus/stylesheets/main.less +++ b/plugins/Morpheus/stylesheets/main.less @@ -26,9 +26,11 @@ h2 { width: 100%; padding: 16px 0 16px 0; margin: 0; - a, a:hover { - text-decoration: none; + .inlineHelp { + a, a:hover { + text-decoration: underline; color: @theme-color-text; + } } } h3 { -- GitLab