We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d98d67 commit b1305e2Copy full SHA for b1305e2
media/css/main.css
@@ -1183,6 +1183,20 @@ code,
1183
#docContent a.id_link {
1184
color: inherit;
1185
visibility: hidden;
1186
+ text-decoration: none;
1187
+}
1188
+
1189
+#docContent a.id_link:hover:after {
1190
+ content: "Permalink to this heading";
1191
+ font-size: 10px;
1192
+ font-weight: normal;
1193
1194
+ border: 1px solid #444444;
1195
+ text-align: center;
1196
+ border-radius: 5px 5px 5px 5px;
1197
+ padding: 5px 5px 5px 5px;
1198
+ position: relative;
1199
+ top: 20px;
1200
}
1201
1202
#docContent *:hover > a.id_link {
0 commit comments