Commit 32b07d56 by Tom Giannattasio

fixed grey button on drop

parent 098e7022
...@@ -35,7 +35,6 @@ class @DiscussionThreadListView extends Backbone.View ...@@ -35,7 +35,6 @@ class @DiscussionThreadListView extends Backbone.View
sidebar.removeClass('fixed'); sidebar.removeClass('fixed');
sidebar.css('top', '0'); sidebar.css('top', '0');
# sidebarWidth = .32 * $(".discussion-body").width() - 10;
sidebarWidth = .31 * $(".discussion-body").width(); sidebarWidth = .31 * $(".discussion-body").width();
sidebar.css('width', sidebarWidth + 'px'); sidebar.css('width', sidebarWidth + 'px');
......
...@@ -608,7 +608,7 @@ body.discussion { ...@@ -608,7 +608,7 @@ body.discussion {
opacity: 0; opacity: 0;
} }
&.dropped { &.is-dropped {
.browse-topic-drop-btn { .browse-topic-drop-btn {
span { span {
...@@ -621,13 +621,13 @@ body.discussion { ...@@ -621,13 +621,13 @@ body.discussion {
} }
} }
&.dropped { &.is-dropped {
.browse-topic-drop-btn { .browse-topic-drop-btn {
background-color: #616161; background-color: #616161;
} }
} }
&.dropped { &.is-dropped {
.browse-topic-drop-icon { .browse-topic-drop-icon {
background-position: 0 -16px; background-position: 0 -16px;
} }
......
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