Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit bdd617d

Browse files
committed
chore(nit): pr feedback
1 parent acebf51 commit bdd617d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/pages/component-viewer/_component-viewer-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
}
1818

1919
.docs-api-h3 {
20-
border-bottom: 1px solid rgba(mat-color($foreground, secondary-text), 0.15);
20+
border-bottom: 1px solid mat-color($foreground, divider);
2121
}
2222
}

src/styles/_markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ pre {
6666
.docs-header-link {
6767
a {
6868
text-decoration: none;
69+
// deduct -30px so the anchor icon will be positioned outside the content
6970
margin-left: -30px;
7071
display: inline-block;
7172
vertical-align: middle;

0 commit comments

Comments
 (0)