fixup! don't underline iframe links until hovered

This commit is contained in:
tophf 2020-02-24 13:10:51 +03:00
parent 84dceb7ea5
commit 5b8502033a

View File

@ -547,6 +547,10 @@ body.blocked .actions > .main-controls {
margin-top: .25em; 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 { .match .match {
margin-left: .5rem; margin-left: .5rem;
} }