From 8dc9ec5733a8a081438f90f93ba3a775bb4abad9 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Wed, 8 Feb 2017 20:20:18 -0800 Subject: [PATCH] Only show underline on hover --- src/xterm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.css b/src/xterm.css index 43f2594c..41dda53c 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -73,12 +73,12 @@ .terminal a { color: inherit; - /* Feature underline on links even if they have no href */ - text-decoration: underline; + text-decoration: none; } .terminal a:hover { cursor: pointer; + text-decoration: underline; } .terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {