Skip to content

Commit

Permalink
remove the "new feature" notification box
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 15, 2016
1 parent 735933c commit 5c391a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extension/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

/* remove "Repositories you contribute to" dashboard sidebar box */
.dashboard-sidebar > div:first-child {
.dashboard-sidebar > .boxed-group[role="navigation"]:not(.repos) {
display: none !important;
}

Expand Down Expand Up @@ -111,3 +111,13 @@
.commit-ref:hover span {
text-decoration: underline !important;
}

/* remove the "new feature" notification box */
.js-notice {
display: none !important;
}

/* hide jobs ads from the dashboard */
.github-jobs-promotion {
display: none !important;
}

0 comments on commit 5c391a8

Please sign in to comment.