Merge pull request #2817 from thelounge/xpaw/fix-2816

Remove underline from textcomplete dropdown
This commit is contained in:
Jérémie Astori 2018-10-01 20:01:09 -04:00 committed by GitHub
commit d303246d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2075,7 +2075,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
} }
.textcomplete-item a:hover { .textcomplete-item a:hover {
opacity: 1; text-decoration: none;
} }
.emoji { .emoji {