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

Commit 5277e34

Browse files
devversionjelbourn
authored andcommitted
Properly show extends clause. (#558)
Combined with: angular/components#14232, this fixes that the extends clause anchor will be shifted by the `header-link` styling. Also improves the general visuals of the extends clause, since those are now clickable. Additionally updates the lock file to reflect the latest package changes.
1 parent 704a5d0 commit 5277e34

File tree

3 files changed

+488
-531
lines changed

3 files changed

+488
-531
lines changed

src/styles/_api.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
padding: 3px;
7070
}
7171

72+
.docs-api-class-extends-type {
73+
text-decoration: none;
74+
border-bottom: 1px dotted;
75+
color: inherit;
76+
font-weight: 400;
77+
font-size: 18px;
78+
}
79+
7280
.docs-api-deprecated-marker,
7381
.docs-api-class-deprecated-marker,
7482
.docs-api-interface-deprecated-marker {

src/styles/_markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pre {
6969
}
7070

7171
.docs-header-link {
72-
a {
72+
header-link a {
7373
text-decoration: none;
7474
// deduct -30px so the anchor icon will be positioned outside the content
7575
margin-left: -30px;

0 commit comments

Comments
 (0)