question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add opt-in setting to remove diff signs

See original GitHub issue

There is (or was) a feature called remove-diff-signs.js, but it’s intention is to make the diff signs unselectable. Personally I think those signs are redundant in combination with the background colors in the diffs and can be removed.

If this feature request is approved, then the following code is probably all you need to include:

.blob-code-marker-addition:before,
.blob-code-marker-context:before,
.blob-code-marker-deletion:before {
	display: none !important;
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sindresorhuscommented, Mar 18, 2019

@bfred-it Are you still against this even if it’s opt-in? I agree it’s not a good default for accessibility reasons, but I personally find the plus/minus moot as the colors are enough for me, so I’d like to opt into hiding those, as they just create visual noise.

1reaction
sindresorhuscommented, Nov 19, 2018

Reopening as I think we should make this an opt-in setting.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Choose Opt-in Settings - Mailchimp
Your Mailchimp audiences can be set to either single opt-in or double opt-in signup. Learn how to set your opt-in preferences.
Read more >
Add rules to a shared mailbox - Microsoft Support
Learn how to add rules to shared mailboxes. ... You must first remove the configuration that added the mailbox before proceeding ... o365...
Read more >
Video: Use conditional formatting - Microsoft Support
Training: Watch and learn how to create, change, or remove conditional formatting in Excel, ... Add, change, find, or clear conditional formats.
Read more >
Adjust your form or quiz settings in Microsoft Forms
Setting options for forms and quizzes. In the Settings pane, you can select or clear options. settings screen to turn form notifications on...
Read more >
Change settings quickly on your Android phone
To turn a setting on or off, tap it. Dimmed settings are off. To get more options for a setting, touch and hold...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found