mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing toplevel organizer highlights.
This commit is contained in:
parent
954c5b5d28
commit
812fc986fb
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue