Skip to content

Commit

Permalink
fix(cli/site): optimize github link style
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Oct 21, 2021
1 parent 40161bf commit 47db851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/varlet-cli/site/pc/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class="varlet-site-header__link"
target="_blank"
:href="github"
v-ripple
v-if="github"
>
<var-site-icon name="github" color="#666" :size="28" />
Expand Down Expand Up @@ -185,6 +186,7 @@ export default {
transition: background-color 0.3s;
cursor: pointer;
text-decoration: none;
color: #555;
a {
text-decoration: none;
Expand All @@ -198,7 +200,7 @@ export default {
&__language-list {
background: #fff;
cursor: pointer;
color: #666;
color: #555;
border-radius: 2px;
position: absolute;
top: 40px;
Expand Down

0 comments on commit 47db851

Please sign in to comment.