Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Tooltip link option doesn't show text #247

Open
AndrewBMartin opened this issue Nov 21, 2020 · 1 comment · May be fixed by #251
Open

Tooltip link option doesn't show text #247

AndrewBMartin opened this issue Nov 21, 2020 · 1 comment · May be fixed by #251

Comments

@AndrewBMartin
Copy link

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.

Screen Shot 2020-11-21 at 3 15 50 PM

@michelson
Copy link
Owner

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.

thanks for report this Andrew

@AndrewBMartin AndrewBMartin linked a pull request Nov 25, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants