Skip to content

Commit

Permalink
style: style anchor link to match guidemaker-ember-template (ember-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 10, 2023
1 parent a87910e commit 1d4ccf4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,24 @@ li.toc-heading:first-child {
margin-top: 0;
}

a.class-field-description--link {
margin-left: 12px;
vertical-align: middle;
background: none;
cursor: pointer;
}

a.class-field-description--link svg {
height: 18px;
fill: var(--color-gray-600);
transform: rotate(45deg);
vertical-align: middle;
}

a.class-field-description--link:hover svg {
fill: var(--color-brand);
}

@media (min-width: 845px) {
.es-header {
padding: 0 var(--spacing-4);
Expand Down

0 comments on commit 1d4ccf4

Please sign in to comment.