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

Gitea: Cursor not visible in div.CodeMirror-scroll #319

Closed
Crashdummyy opened this issue Feb 1, 2022 · 2 comments
Closed

Gitea: Cursor not visible in div.CodeMirror-scroll #319

Crashdummyy opened this issue Feb 1, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Crashdummyy
Copy link

Describe the bug
When I want to edit an issue in gitea I cant see the cursor at all.

Theme Install Method (Don't skip)
-Plan installation

Application Info (Don't skip)

  • 1.16.0

To Reproduce

  • Open an Issue
  • Type something in comment or issue description
  • Dont see the cursor

Expected behavior
The cursor is white... and blinks

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Used to be a Problem in gitea..

Adding this to your stylesheet apparently helped.

.CodeMirror-cursor {
  border-color: var(--color-text) !important;
}

** Screenshots

Actual

actual

Excpected ( css from above )

expected

@Crashdummyy Crashdummyy added the bug Something isn't working label Feb 1, 2022
GilbN added a commit that referenced this issue Feb 5, 2022
@GilbN
Copy link
Collaborator

GilbN commented Feb 5, 2022

Pushed a fix to dev. Please test develop.theme-park.dev

@Crashdummyy
Copy link
Author

Pushed a fix to dev. Please test develop.theme-park.dev

It now works :)

@GilbN GilbN closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants