Skip to content

Commit 40776f4

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

app/styles/app.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,23 @@ 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+
}
98+
99+
a.class-field-description--link svg {
100+
height: 18px;
101+
fill: var(--color-gray-600);
102+
transform: rotate(45deg);
103+
vertical-align: middle;
104+
}
105+
106+
a.class-field-description--link:hover svg {
107+
fill: var(--color-brand);
108+
}
109+
93110
@media (min-width: 845px) {
94111
.es-header {
95112
padding: 0 var(--spacing-4);

0 commit comments

Comments
 (0)