Commit b3335ec5 by Tom Giannattasio

brought vote button back to collapsed inline discussions

parent aa6e8786
...@@ -1710,16 +1710,14 @@ body.discussion { ...@@ -1710,16 +1710,14 @@ body.discussion {
padding: 0; padding: 0;
@include transition(all .25s); @include transition(all .25s);
.dogear, .dogear {
.vote-btn {
display: none; display: none;
} }
&.expanded { &.expanded {
padding: 20px 0; padding: 20px 0;
.dogear, .dogear{
.vote-btn {
display: block; display: block;
} }
......
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