From 5b8502033ad38c5eae1e06bebd39a60426b3e2a0 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 24 Feb 2020 13:10:51 +0300 Subject: [PATCH] fixup! don't underline iframe links until hovered --- popup/popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popup/popup.css b/popup/popup.css index 1f14a0fc..bbeb1994 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -547,6 +547,10 @@ body.blocked .actions > .main-controls { margin-top: .25em; } +.match:not([data-frame-id="0"]) a { + text-decoration: none; /* not underlining iframe links until hovered to reduce visual noise */ +} + .match .match { margin-left: .5rem; }