mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
키보드 접근성 개선, 레이아웃 코드 정리
This commit is contained in:
parent
b8fc82828d
commit
26ec403186
3 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue