You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2021. It is now read-only.
When highlighting text in the editor and selecting the link option. The background of the input field is white and the text color is also set to white so that you can't see what you're typing.
In the attached screenshot. I've typed a url, but you can't see it.
The text was updated successfully, but these errors were encountered:
good catch, the html element that's that is overriding the bg color is a input with css class .dante-menu-input you could add background: transparent to it in order to fix this.
If you pack that in a PR I will release it asap.
Dante2 version: 0.5.0-rc25
Browsers: Desktop Chrome and Mobile Safari
When highlighting text in the editor and selecting the link option. The background of the input field is white and the text color is also set to white so that you can't see what you're typing.
In the attached screenshot. I've typed a url, but you can't see it.
The text was updated successfully, but these errors were encountered: