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;