Skip to content

Commit bacaec8

Browse files
Remove .nested requirement from changelog icon CSS selector
Updated selector from '.fern-sidebar-link.nested[href$="changelog"]' to '.fern-sidebar-link[href$="changelog"]' to apply to all sidebar changelog links regardless of whether they have the nested class. Co-Authored-By: Kapil Gowru <[email protected]>
1 parent a1062d5 commit bacaec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/assets/styles.css

Lines changed: 1 addition & 1 deletion
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-
.fern-sidebar-link.nested[href$="changelog"] > svg {
1107+
.fern-sidebar-link[href$="changelog"] > svg {
11081108
display: none;
11091109
}

0 commit comments

Comments
 (0)