Commit 384bf038 authored by Randall Leeds's avatar Randall Leeds

don't hide open magicontrols dropdowns

parent 47b620ff
...@@ -601,10 +601,6 @@ blockquote { ...@@ -601,10 +601,6 @@ blockquote {
padding-left: $thread-padding; padding-left: $thread-padding;
margin-left: -$thread-padding; margin-left: -$thread-padding;
&:hover {
overflow: visible;
}
& > * { & > * {
border-left: 1px dotted $grayLight; border-left: 1px dotted $grayLight;
position: relative; position: relative;
...@@ -690,7 +686,7 @@ blockquote { ...@@ -690,7 +686,7 @@ blockquote {
@include transition-duration(1.05s); @include transition-duration(1.05s);
opacity: 0; opacity: 0;
:hover > & { &.open, :hover > & {
@include transition-duration(.15s); @include transition-duration(.15s);
opacity: 1; opacity: 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment