From aceffed61f4fbd62a113f7db79a5f2b4f78010f0 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 1 Oct 2018 17:12:37 +0300 Subject: [PATCH] Remove underline from textcomplete dropdown --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index f225371d..5ecbe194 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2075,7 +2075,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } .textcomplete-item a:hover { - opacity: 1; + text-decoration: none; } .emoji {