Skip to content

Commit 54141f0

Browse files
Fix changelog icon CSS to only target sidebar links (#1354)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Kapil Gowru <[email protected]>
1 parent f99fc2a commit 54141f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/assets/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,6 @@ h1, h2, h3 {
11041104
/*** END -- FERN EDITOR STYLING ***/
11051105

11061106
/* HACK: hide the changelog icon for changelog pages */
1107-
a[href$="changelog"] svg {
1107+
.fern-sidebar-link[href$="changelog"] > svg {
11081108
display: none;
1109-
}
1109+
}

0 commit comments

Comments
 (0)