From 592c25113b222676d38e29c7a1cef6ed3906c5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 29 May 2018 17:10:05 -0500 Subject: [PATCH] Feature link, a little better --- .vuepress/components/FeatureLinks.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vuepress/components/FeatureLinks.vue b/.vuepress/components/FeatureLinks.vue index fe01bc2..bd4d5b1 100644 --- a/.vuepress/components/FeatureLinks.vue +++ b/.vuepress/components/FeatureLinks.vue @@ -24,7 +24,7 @@ }, methods: { visit (slug) { - window.location.href = slug; + window.open(slug, "_blank"); } } } @@ -47,6 +47,7 @@ background-color: $white; border: 1px solid rgba($black, 0.1); border-radius: 3px; + cursor: pointer; display: inline-block; position: relative; transition: box-shadow 0.2s;