From 5ee992cfeabc6c4b871980c6057d0ac7140ad2fa Mon Sep 17 00:00:00 2001 From: BeADre Date: Sun, 9 Jul 2023 13:04:47 +0800 Subject: [PATCH] fix(playground): fix github button style (#7722) * fix(playground): fix github button style * style: merge selector * Update Header.vue --------- Co-authored-by: GU Yiling --- packages/sfc-playground/src/Header.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index e6e4521bdb7..d8271b8e528 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -161,14 +161,14 @@ async function fetchVersions(): Promise { > - + + + @@ -302,12 +302,13 @@ h1 img { } .links button, -.links button a { +.links .github { + padding: 1px 6px; color: var(--btn); } .links button:hover, -.links button:hover a { +.links .github:hover { color: var(--highlight); }