키보드 접근성 개선, 레이아웃 코드 정리

This commit is contained in:
MinSoo Kim 2017-03-13 01:16:54 +09:00
parent b8fc82828d
commit 26ec403186
3 changed files with 8 additions and 5 deletions

View file

@ -113,9 +113,11 @@ header.layout_frame, footer.layout_frame, .layout_frame.layout_left_content .lay
padding: 14px 16px;
text-decoration: none;
color: #000;
&:hover, &:active, &:focus, &.active {
&.active {
background: #e0e0e0;
}
&:hover, &:active, &:focus {
background: #eeeeee;
outline: none;
}
}
}