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

Hiding the links in editor mode not working #20

Closed
stixard opened this issue Sep 24, 2021 · 2 comments
Closed

Hiding the links in editor mode not working #20

stixard opened this issue Sep 24, 2021 · 2 comments

Comments

@stixard
Copy link

stixard commented Sep 24, 2021

Hello Nick, very cool theme thank you.
I have a problem when using with a css snipet by death.au to hide the link in edit mode
The snipet looks like this and it works fine with any other theme.

div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting) { font-size: 0; } div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url:not(.cm-formatting)::after { content: '🔗'; font-size: 1rem; }

Here is an example of how it works. It does not hide the link when using Cybertron

Thank you!

@nickmilo
Copy link
Owner

nickmilo commented Oct 2, 2021

Hey, thanks to @Lithou , snippets should work now.
I tested this one specifically, and it now works!

@nickmilo nickmilo closed this as completed Oct 2, 2021
@nickmilo
Copy link
Owner

nickmilo commented Oct 29, 2021 via email

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

2 participants