Merge pull request #205 from kijin/pr/css-lint-outline

Travis 테스트 도중 CSS outline 속성에 대해 경고하는 것을 고침
This commit is contained in:
Kijin Sung 2016-02-05 10:25:18 +09:00
commit 6eb99c8486

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 {