mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
ui: style in previous
This commit is contained in:
parent
d3c46be537
commit
e3b05abbf5
@ -105,13 +105,12 @@ $(document).ready(function () {
|
||||
transition_duration(0);
|
||||
var events = {
|
||||
mouseenter: function() {
|
||||
if ($(this).next("div").hasClass("in")) {
|
||||
$("#navigation.col-sidebar-left").css("width", "415px");
|
||||
}
|
||||
else {
|
||||
$("#navigation.col-sidebar-left").css("width", "415px");
|
||||
$(this).trigger("click");
|
||||
}
|
||||
if ($(this).next("div").hasClass("in")) {
|
||||
$("#navigation.col-sidebar-left").css("width", "415px");
|
||||
} else {
|
||||
$("#navigation.col-sidebar-left").css("width", "415px");
|
||||
$(this).trigger("click");
|
||||
}
|
||||
},
|
||||
mouseleave: function() {
|
||||
$("#navigation.col-sidebar-left").css("width", "70px");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user