File tree 1 file changed +11
-10
lines changed
packages/sfc-playground/src
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ async function fetchVersions(): Promise<string[]> {
161
161
>
162
162
<Download />
163
163
</button >
164
- <button title = " View on GitHub " class = " github " >
165
- < a
166
- href = " https://github.com/vuejs/core/tree/main/packages/sfc-playground "
167
- target = " _blank "
168
- >
169
- < GitHub / >
170
- </ a >
171
- </button >
164
+ <a
165
+ href = " https://github.com/vuejs/core/tree/main/packages/sfc-playground "
166
+ target = " _blank "
167
+ title = " View on GitHub "
168
+ class = " github "
169
+ >
170
+ <GitHub / >
171
+ </a >
172
172
</div >
173
173
</nav >
174
174
</template >
@@ -302,12 +302,13 @@ h1 img {
302
302
}
303
303
304
304
.links button ,
305
- .links button a {
305
+ .links .github {
306
+ padding : 1px 6px ;
306
307
color : var (--btn );
307
308
}
308
309
309
310
.links button :hover ,
310
- .links button :hover a {
311
+ .links .github :hover {
311
312
color : var (--highlight );
312
313
}
313
314
You can’t perform that action at this time.
0 commit comments