mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
키보드 접근성 개선, 레이아웃 코드 정리
This commit is contained in:
parent
b8fc82828d
commit
26ec403186
3 changed files with 8 additions and 5 deletions
|
|
@ -81,6 +81,7 @@ $(function()
|
|||
{
|
||||
$( this ).focusin( function( event )
|
||||
{
|
||||
$('*[data-dropdown="active"]').css('display', '').attr('data-dropdown', '').parents('li.layout_dropdown').removeClass('layout_focus');
|
||||
$( this ).addClass('layout_focus');
|
||||
$( this ).find("ul.layout_dropdown-content").css('display', 'block').attr('data-dropdown', 'active');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue