Skip to content

Commit b134f6b

Browse files
committed
userstyle.css: do not print the anchor link symbol when the "Copy Anchor Link" plugin is active
1 parent 89b3f03 commit b134f6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dark/userstyle.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,11 @@ summary {
271271
}
272272
*/
273273

274+
/* do not print the anchor link symbol when the "Copy Anchor Link" */
275+
/* plugin is active */
276+
.cai-gf {
277+
display: none;
278+
}
279+
274280
}
275281
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)