-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
Hey, thanks to @Lithou , snippets should work now. |
Just making sure that you know this is now fixed. Thanks for reporting.
…On Fri, Sep 24, 2021 at 10:18 AM stixard ***@***.***> wrote:
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; }
<https://user-images.githubusercontent.com/91340202/134713810-d4a8fa3a-1036-4e9a-8d47-ab6e1928320a.png>
<https://user-images.githubusercontent.com/91340202/134715112-058c3b05-5d69-435d-8760-9ec7dbc21d7b.png>
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOFMTI4OOUNKMKNYAA73FLUDSXFLANCNFSM5EWMMJSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: