Skip to content

Commit 3374e69

Browse files
authored
Remove HTML-specific dfn panel styles from standard.css
Follows whatwg/html#5549.
1 parent 598bd63 commit 3374e69

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

resources.whatwg.org/standard.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -434,29 +434,6 @@ html:not(.split) #multipage-link { animation: 10s ease 0s 1 stand-out; }
434434
p.copyright { text-align: center; }
435435
p.copyright > span { display: inline-block; border: none; }
436436

437-
body.dfnEnabled dfn, body.dfnEnabled h2[data-dfn-type], body.dfnEnabled h3[data-dfn-type], body.dfnEnabled h4[data-dfn-type], body.dfnEnabled h5[data-dfn-type], body.dfnEnabled h6[data-dfn-type] { cursor: pointer; }
438-
.dfnPanel {
439-
cursor: auto;
440-
display: inline;
441-
position: absolute;
442-
z-index: 35;
443-
height: auto;
444-
width: auto;
445-
padding: 0.5em 0.75em;
446-
font: small Helvetica Neue, sans-serif, Droid Sans Fallback;
447-
background: #DDDDDD;
448-
color: black;
449-
border: outset 0.2em;
450-
}
451-
.dfnPanel * { margin: 0; padding: 0; font: inherit; text-indent: 0; }
452-
.dfnPanel :link, .dfnPanel :visited { color: black; cursor: pointer; }
453-
/* Delicate specificity wars to pretend isolation from pre:hover rules elsewhere... */
454-
.dfnPanel *, pre:hover .dfnPanel * { text-decoration: none; }
455-
pre:hover .dfnPanel :link:hover, pre:hover .dfnPanel :visited:hover { text-decoration: underline; }
456-
.dfnPanel p:not(.spec-link) { font-weight: bolder; }
457-
.dfnPanel * + p { margin-top: 0.25em; }
458-
.dfnPanel li { list-style-position: inside; list-style-type: disc; }
459-
460437
@media print {
461438
html { font-size: 8pt; }
462439
@page { margin: 1cm 1cm 1cm 1cm; }

0 commit comments

Comments
 (0)