Browse Source

Remove the "Styling with Markdown is supported" link when a PR comment is in edit mode

master
Sindre Sorhus 7 years ago
parent
commit
4a1143f7c3
  1. 5
      extension/content.css

5
extension/content.css

@ -676,3 +676,8 @@ tt,
.js-marketplace-callout-container {
display: none !important;
}
/* Remove the "Styling with Markdown is supported" link when a PR comment is in edit mode */
a.tabnav-extra[href$="mastering-markdown/"] {
display: none !important;
}

Loading…
Cancel
Save