From 6c4adf3348f18bb79c869f12f53e3072731da33c Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 12 May 2016 15:36:17 +0800 Subject: [PATCH] Fix modal close focus style, close #1668 --- components/modal/style/modal.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/modal/style/modal.less b/components/modal/style/modal.less index 29b1a0fb93..d85c28a78f 100644 --- a/components/modal/style/modal.less +++ b/components/modal/style/modal.less @@ -46,6 +46,7 @@ text-decoration: none; transition: color .3s ease; color: #999; + outline: 0; &-x { display: block; @@ -66,6 +67,7 @@ } } + &:focus, &:hover { color: #444; text-decoration: none;