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

Commit 9787a9f

Browse files
author
Eric Jimenez
committed
docs(static methods): fix style of static methods in api doc. anchoring works now
1 parent baf84a4 commit 9787a9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/resources/css/module/_api.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ input.api-filter {
129129
}
130130
}
131131

132-
.class-description-content {
132+
.code-links {
133133
a {
134134
code, .api-doc-code {
135135
color: #1E88E5 !important;

tools/api-builder/angular.io-package/templates/class.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
.div(class="row-margin" layout="row" layout-xs="column")
6868
div(flex="20" flex-xs="100")
6969
h2(class="h2-api-docs") Class Description
70-
div(class="class-description-content" flex="80" flex-xs="100")
70+
div(class="code-links" flex="80" flex-xs="100")
7171
:marked
7272
{%- if doc.description.length > 2 %}
7373
{$ doc.description | indentForMarkdown(6) | trimBlankLines $}
@@ -124,7 +124,7 @@
124124
.div(layout="row" layout-xs="column" class="row-margin")
125125
div(flex="20" flex-xs="100")
126126
h2(class="h2-api-docs") Static Members
127-
div(flex="80" flex-xs="100")
127+
div(class="code-links" flex="80" flex-xs="100")
128128
{% for member in doc.statics %}{% if not member.internal %}
129129
a(name="{$ member.name $}-anchor" class="anchor-offset")
130130
pre(class="prettyprint no-bg" ng-class="{ 'anchor-focused': appCtrl.isApiDocMemberFocused('{$ member.name $}') }")

0 commit comments

Comments
 (0)