From c62665f47bcb1ae22bc7ad3fa07981cde76356c7 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 21 Sep 2018 11:05:56 +0300 Subject: [PATCH] Add hover underline on preview expand button --- client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index a6aff7ae..87397316 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1487,6 +1487,10 @@ background on hover (unless active) */ flex-shrink: 0; } +#chat .toggle-content .more:hover { + text-decoration: underline; +} + #chat .toggle-content .more::after { content: " " attr(aria-label); }