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 40776f4Copy full SHA for 40776f4
app/styles/app.css
@@ -90,6 +90,23 @@ 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
106
+a.class-field-description--link:hover svg {
107
+ fill: var(--color-brand);
108
109
110
@media (min-width: 845px) {
111
.es-header {
112
padding: 0 var(--spacing-4);
0 commit comments