Skip to content
Snippets Groups Projects
Commit a1370e57 authored by Rafael Caferati's avatar Rafael Caferati
Browse files

fixed flexNav "close on complete"

parent e00a1f6a
No related branches found
No related tags found
No related merge requests found
......@@ -872,7 +872,7 @@ a.github-fork {
border-width: 0 0 1px 0;
border-color: @tertiary-font-color;
background-color: transparent;
color: inherit;
color: @quaternary-font-color;
padding: 0 8px;
box-shadow: 0 0 0;
border-radius: 0;
......@@ -1096,7 +1096,7 @@ a.github-fork {
position: absolute;
right: 0;
width: 50px;
padding-right: 5px;
padding-right: 6px;
text-align: right;
opacity: 0;
background-color: transparent;
......@@ -1909,7 +1909,7 @@ a.github-fork {
bottom: -4px;
.transform(scaleX(0));
.transform-origin(50%, 50%);
.transition(transform .18s ease-in-out .02s);
.transition(transform .15s ease-out .02s);
}
&:hover,
&.selected {
......
......@@ -57,7 +57,7 @@ Template.channelsFlex.events
if err
return toastr.error err.reason
$('.channel-flex').addClass('_hidden')
SideNav.closeFlex()
instance.clearForm()
......
......@@ -63,7 +63,7 @@ Template.privateGroupsFlex.events
if err
return toastr.error err.reason
$('.private-group-flex').addClass('_hidden')
SideNav.closeFlex()
instance.clearForm()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment