From 977f94305d797c894fa2361419bb38eecbe732bc Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 14 Jun 2015 17:37:17 +0800 Subject: [PATCH] fix cursor in active tab --- style/components/tab.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/tab.less b/style/components/tab.less index 6ad1cbee97..bbb449b243 100644 --- a/style/components/tab.less +++ b/style/components/tab.less @@ -125,7 +125,7 @@ > a, > a:hover, > a:focus { color: #3fc7fa; - cursor: default; + cursor: pointer; text-decoration: none; } }