From 37c8c4ed303e125d83b393a924919b80038151ad Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 9 Sep 2017 13:58:18 +0800 Subject: [PATCH] Fix @link-hover-decoration not working, close #7531 --- components/style/core/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/core/base.less b/components/style/core/base.less index f2e123d073..b89baf1149 100644 --- a/components/style/core/base.less +++ b/components/style/core/base.less @@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 { a { color: @link-color; background: transparent; - text-decoration: none; + text-decoration: @link-hover-decoration; outline: none; cursor: pointer; transition: color .3s ease;