diff --git a/layouts/simple_world/layout.html b/layouts/simple_world/layout.html
index 3ff1012e0..6a6bacf20 100644
--- a/layouts/simple_world/layout.html
+++ b/layouts/simple_world/layout.html
@@ -118,9 +118,9 @@
-
-
-
+
+
+
- {$val2['link']}
- {$val3['link']}
diff --git a/layouts/simple_world/layout.js b/layouts/simple_world/layout.js
index 9f1c21668..4c12e971b 100644
--- a/layouts/simple_world/layout.js
+++ b/layouts/simple_world/layout.js
@@ -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');
});
diff --git a/layouts/simple_world/layout.scss b/layouts/simple_world/layout.scss
index 276723ed2..daeac0f8f 100644
--- a/layouts/simple_world/layout.scss
+++ b/layouts/simple_world/layout.scss
@@ -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;
}
}
}