From 883700e09029bd0d9221edb9910d065da5786fe0 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 2 May 2023 23:32:16 -0500 Subject: [APP-601] Add muted accounts list (#565) * Add muted accounts list * Fix icon for muted accounts --- web/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index ea08e9d55..f88fd727b 100644 --- a/web/index.html +++ b/web/index.html @@ -67,6 +67,9 @@ a[role="link"]:hover { text-decoration: underline; } + a[role="link"][data-no-underline="1"]:hover { + text-decoration: none; + } /* Styling hacks */ *[data-word-wrap] { -- cgit 1.4.1