Browse Source

remove the "new feature" notification box

from #5

should fix #4
master
Sindre Sorhus 9 years ago
parent
commit
5c391a89f5
  1. 12
      extension/content.css

12
extension/content.css

@ -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;
}
@ -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;
}

Loading…
Cancel
Save