Browse Source

Bring back Pulse tab (#434)

Fixes https://github.com/sindresorhus/refined-github/issues/433

Now when the Insights tab drop down holds Graphs and Pulse we can stop hiding Pulse.
master
Haralan Dobrev 8 years ago
committed by Paul Molluzzo
parent
commit
e5cf21d822
  1. 5
      extension/custom.css

5
extension/custom.css

@ -2,11 +2,6 @@
highly opinionated changes
*/
/* remove "Pulse" repo tab */
.reponav a[href$="/pulse"] {
display: none !important;
}
/* alternate monospace font stack, sorted by least popular so you're most likely to get the font you want */
code,
kbd,

Loading…
Cancel
Save