Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make code block line numbers none user selectable. #165

Open
TurboHolmes opened this issue Dec 7, 2022 · 1 comment
Open

Make code block line numbers none user selectable. #165

TurboHolmes opened this issue Dec 7, 2022 · 1 comment

Comments

@TurboHolmes
Copy link

Highlighting code blocks, with line numbers, for copying code results in copying line numbers along with the src code. In bigblow theme.

image

This issue can be resolved by adding a simple fix in CSS.

.linenr {
    user-select: none;
}

image

@TurboHolmes TurboHolmes changed the title Make code block line none user selectable. Make code block line numbers none user selectable. Dec 7, 2022
@TurboHolmes
Copy link
Author

Should I submit an PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant