fixed grey button on drop

This commit is contained in:
Tom Giannattasio
2012-09-05 10:30:04 -04:00
parent 098e7022cf
commit 32b07d5648
2 changed files with 3 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ class @DiscussionThreadListView extends Backbone.View
sidebar.removeClass('fixed');
sidebar.css('top', '0');
# sidebarWidth = .32 * $(".discussion-body").width() - 10;
sidebarWidth = .31 * $(".discussion-body").width();
sidebar.css('width', sidebarWidth + 'px');

View File

@@ -608,7 +608,7 @@ body.discussion {
opacity: 0;
}
&.dropped {
&.is-dropped {
.browse-topic-drop-btn {
span {
@@ -621,13 +621,13 @@ body.discussion {
}
}
&.dropped {
&.is-dropped {
.browse-topic-drop-btn {
background-color: #616161;
}
}
&.dropped {
&.is-dropped {
.browse-topic-drop-icon {
background-position: 0 -16px;
}