mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Merge pull request #205 from kijin/pr/css-lint-outline
Travis 테스트 도중 CSS outline 속성에 대해 경고하는 것을 고침
This commit is contained in:
commit
6eb99c8486
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue