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