fixup! don't underline iframe links until hovered
This commit is contained in:
parent
84dceb7ea5
commit
5b8502033a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user