File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
packages/sfc-playground/src Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ async function fetchVersions(): Promise<string[]> {
149
149
>
150
150
<Download />
151
151
</button >
152
- <button title = " View on GitHub " class = " github " >
153
- < a
154
- href = " https://github.com/vuejs/core/tree/main/packages/sfc-playground "
155
- target = " _blank "
156
- >
157
- < GitHub / >
158
- </ a >
159
- </button >
152
+ <a
153
+ href = " https://github.com/vuejs/core/tree/main/packages/sfc-playground "
154
+ target = " _blank "
155
+ title = " View on GitHub "
156
+ class = " github "
157
+ >
158
+ <GitHub / >
159
+ </a >
160
160
</div >
161
161
</nav >
162
162
</template >
@@ -299,6 +299,15 @@ h1 img {
299
299
color : var (--highlight );
300
300
}
301
301
302
+ .links .github {
303
+ color : var (--btn );
304
+ padding : 1px 6px ;
305
+ }
306
+
307
+ .links .github :hover {
308
+ color : var (--highlight );
309
+ }
310
+
302
311
.version :hover .active-version ::after {
303
312
border-top-color : var (--btn );
304
313
}
You can’t perform that action at this time.
0 commit comments