Skip to content

Commit

Permalink
Add missing CSS class definition for (hotNetworkQuestionsFiltering)
Browse files Browse the repository at this point in the history
This was accidentally removed in commit
fc7b420 when the 'Hide HNQs from the
sidebar' feature was deprecated'.

Fixes #358 (comment at end).
  • Loading branch information
shu8 committed Sep 4, 2019
1 parent 1aab4ba commit 2ac41d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sox.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,12 @@
padding: 1px 5px !important;
}

/*hotNetworkQuestionsFiltering -- for the questions to hide*/

.sox-hot-network-question-filter-hide {
display: none !important;
}

/*addAuthorNameToInboxNotifications -- for the author span*/

.sox-notification-author {
Expand Down
2 changes: 1 addition & 1 deletion sox.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @namespace https://github.com/soscripted/sox
// @homepage https://github.com/soscripted/sox
// @homepageURL https://github.com/soscripted/sox
// @version 2.5.35 DEV
// @version 2.5.36 DEV
// @description Extra optional features for Stack Overflow and Stack Exchange sites
// @contributor ᴉʞuǝ (https://stackoverflow.com/users/1454538/, https://github.com/mezmi)
// @contributor ᔕᖺᘎᕊ (https://stackexchange.com/users/4337810/, https://github.com/shu8)
Expand Down

0 comments on commit 2ac41d9

Please sign in to comment.