Skip to content

Commit 1d4ccf4

Browse files
author
Lukas Nys
committed
style: style anchor link to match guidemaker-ember-template (#882)
1 parent a87910e commit 1d4ccf4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

app/styles/app.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ li.toc-heading:first-child {
9090
margin-top: 0;
9191
}
9292

93+
a.class-field-description--link {
94+
margin-left: 12px;
95+
vertical-align: middle;
96+
background: none;
97+
cursor: pointer;
98+
}
99+
100+
a.class-field-description--link svg {
101+
height: 18px;
102+
fill: var(--color-gray-600);
103+
transform: rotate(45deg);
104+
vertical-align: middle;
105+
}
106+
107+
a.class-field-description--link:hover svg {
108+
fill: var(--color-brand);
109+
}
110+
93111
@media (min-width: 845px) {
94112
.es-header {
95113
padding: 0 var(--spacing-4);

0 commit comments

Comments
 (0)