Skip to content

Commit fd51c47

Browse files
committed
Meta: add style rules for file issue link in default.css
1 parent 4536cd7 commit fd51c47

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

default.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,20 @@
156156
}
157157

158158
.toc .atrisk::before { content:none }
159+
160+
/** File Issue Link ***********************************************************/
161+
/* Style for https://resources.whatwg.org/file-issue.js */
162+
163+
.selected-text-file-an-issue {
164+
position: fixed;
165+
bottom: 0;
166+
right: 0;
167+
background: rgba(255, 255, 255, 0.8);
168+
font-size: smaller;
169+
padding: 4px 10px;
170+
z-index: 1;
171+
text-decoration: underline;
172+
}
173+
@media (max-width: 767px) {
174+
.selected-text-file-an-issue { left: 0; right: auto; text-align: left; }
175+
}

0 commit comments

Comments
 (0)