Fix modal close focus style, close #1668

This commit is contained in:
afc163 2016-05-12 15:36:17 +08:00
parent 09fbd10e08
commit 6c4adf3348

View File

@ -46,6 +46,7 @@
text-decoration: none; text-decoration: none;
transition: color .3s ease; transition: color .3s ease;
color: #999; color: #999;
outline: 0;
&-x { &-x {
display: block; display: block;
@ -66,6 +67,7 @@
} }
} }
&:focus,
&:hover { &:hover {
color: #444; color: #444;
text-decoration: none; text-decoration: none;