Skip to content

Commit d4f97c7

Browse files
committed
Return missing styling for fsdocs-source-link
1 parent 57f86bd commit d4f97c7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/content/fsdocs-default.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,26 @@ span[onmouseout] {
11141114
}
11151115
}
11161116

1117+
.fsdocs-source-link {
1118+
display: none;
1119+
padding: 0 var(--spacing-100);
1120+
color: var(--text-color);
1121+
cursor: pointer;
1122+
height: var(--font-500);
1123+
width: var(--font-500);
1124+
margin: 0 var(--spacing-50);
1125+
1126+
&:hover {
1127+
color: var(--primary);
1128+
}
1129+
}
1130+
1131+
@media screen and (min-width: 768px) {
1132+
.fsdocs-source-link {
1133+
display: block;
1134+
}
1135+
}
1136+
11171137
/* Search */
11181138
::backdrop {
11191139
background-color: #020202;

0 commit comments

Comments
 (0)