From b9851f84c848947166fc17fe5b644810b9213516 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 15 Apr 2017 15:03:57 +0800 Subject: [PATCH] fix link focus style --- components/dropdown/style/index.less | 3 +++ components/notification/style/index.less | 1 + 2 files changed, 4 insertions(+) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index 93d6d08001..76d2bbdd32 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -66,6 +66,9 @@ padding: 7px 16px; margin: -7px -16px; transition: all .3s; + &:focus { + text-decoration: none; + } } &-selected, diff --git a/components/notification/style/index.less b/components/notification/style/index.less index 1be658f721..6e39891131 100644 --- a/components/notification/style/index.less +++ b/components/notification/style/index.less @@ -91,6 +91,7 @@ top: 10px; color: @text-color-secondary; outline: none; + text-decoration: none; &:hover { color: #404040; }