Fix csslint warning about outline property

This commit is contained in:
Kijin Sung 2016-02-05 10:16:48 +09:00
parent ba50e81053
commit b96bba29eb

View file

@ -72,7 +72,6 @@ a img {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
background: #fff;
min-width:80px;
outline:none;
}
#popup_menu_area ul {
margin: 0;
@ -94,6 +93,7 @@ a img {
#popup_menu_area a:active,
#popup_menu_area a:focus {
background: #eeeeee;
outline:none;
}
@media screen and (max-width: 400px) {
#popup_menu_area {