fixed grey button on drop
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user