Browse Source

remove newsfeed tips

master
Sindre Sorhus 8 years ago
parent
commit
c86311cd21
  1. 5
      extension/content.css

5
extension/content.css

@ -38,6 +38,11 @@
border: 0 !important;
}
/* remove newsfeed tips */
.newsfeed-footer {
display: none !important;
}
/* remove tooltips */
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):before,
.tooltipped:not(.reaction-summary-item,.avatar-group-item,.avatar):after {

Loading…
Cancel
Save