We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1088917 commit d8518b0Copy full SHA for d8518b0
app/styles/app.css
@@ -90,6 +90,22 @@ li.toc-heading:first-child {
90
margin-top: 0;
91
}
92
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
104
105
+a.class-field-description--link:hover svg {
106
+ fill: var(--color-brand);
107
108
109
@media (min-width: 845px) {
110
.es-header {
111
padding: 0 var(--spacing-4);
0 commit comments