Skip to content

Commit 75687c4

Browse files
kgowruKapil Gowru
andauthored
feat: updated chagnelog icon (#1186)
Co-authored-by: Kapil Gowru <[email protected]>
1 parent 7bbc31a commit 75687c4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

fern/assets/styles.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ h1, h2, h3 {
289289
/*** END -- PRODUCT SELECTOR STYLING ***/
290290

291291
/*** START -- DOCS HOMEPAGE STYLING ***/
292-
a[href*="changelog"] svg {
293-
display: none;
294-
}
295-
296292
.docs-homepage {
297293
position: relative;
298294
.fern-card {
@@ -369,10 +365,6 @@ a[href*="changelog"] svg {
369365
/*** END -- DOCS HOMEPAGE STYLING ***/
370366

371367
/*** START -- SDKS HOMEPAGE STYLING ***/
372-
a[href*="changelog"] svg {
373-
display: none;
374-
}
375-
376368
.sdks-homepage {
377369
position: relative;
378370

@@ -1109,4 +1101,9 @@ a[href*="changelog"] svg {
11091101
display: none;
11101102
}
11111103
}
1112-
/*** END -- FERN EDITOR STYLING ***/
1104+
/*** END -- FERN EDITOR STYLING ***/
1105+
1106+
/* HACK: hide the changelog icon for changelog pages */
1107+
a[href$="changelog"] svg {
1108+
display: none;
1109+
}

0 commit comments

Comments
 (0)