Fixing toplevel organizer highlights.

This commit is contained in:
Samuel Clay 2014-10-10 15:35:32 -07:00
parent 954c5b5d28
commit 812fc986fb
2 changed files with 2 additions and 2 deletions

View file

@ -613,7 +613,7 @@ a img {
display: none;
opacity: 0;
}
.NB-feedlist .feed.NB-feed-unfetched .feed_counts {
.NB-feedlist .feed.NB-feed-unfetched:not(.NB-highlighted) .feed_counts {
display: none;
}
.NB-feedlist .feed.NB-feed-unfetched .feed_favicon {

View file

@ -30,7 +30,7 @@ NEWSBLUR.Views.Folder = Backbone.View.extend({
'update_hidden');
this.options.folder_title = this.options.folder_title ||
(this.model && this.model.get('folder_title'));
(this.model && this.model.get('folder_title')) || "";
if (this.model && !this.options.feed_chooser) {
// Root folder does not have a model.