make <iframe> more evident
This commit is contained in:
parent
fff59ee12f
commit
b22bbaaec0
|
@ -99,7 +99,7 @@
|
|||
</template>
|
||||
|
||||
<template data-id="writeForFrames">
|
||||
<div id="write-for-frames" title="‹iframe›..." tabindex="0">...</div>
|
||||
<div id="write-for-frames" tabindex="0"><iframe>...</div>
|
||||
</template>
|
||||
|
||||
<script src="js/polyfill.js"></script>
|
||||
|
|
|
@ -491,6 +491,7 @@ a:hover .svg-icon {
|
|||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
#write-for-frames::before,
|
||||
.match .match::before {
|
||||
content: "";
|
||||
width: .25rem;
|
||||
|
@ -512,8 +513,12 @@ a:hover .svg-icon {
|
|||
|
||||
#write-for-frames {
|
||||
cursor: pointer;
|
||||
margin: 0 0 -.25em;
|
||||
font-family: monospace;
|
||||
margin: 0 0 -.25em .5rem;
|
||||
color: var(--c50);
|
||||
transition: color .2s;
|
||||
}
|
||||
#write-for-frames:hover {
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
#write-style:not(.expanded) .match:not([data-frame-id="0"]),
|
||||
|
|
Loading…
Reference in New Issue
Block a user