-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make selected text visible on the Edit modal title #1831
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
Comments
Thanks for opening this issue!
|
I think from a UI perspective, a copy icon next to the ID would be an expected control element. It also saves some clicks, as you don't have to double-click to select the text, then hit a shortcut to copy it. What do you think? In general, the dashboard has some accessibility issues. The font sizes and text color to background color contrasts are sometimes not following accessibility standards. That is also the case with white text on light-blue background, or light-gray text on white background. |
I think that keeping the text without this "action icon" is better, keep the UI clean. If we want to copy the dates is easy, easy to use the mouse on the computer and select what the user wants, on mobile too. Yes, about accessibility and even for design propose the dashboard can be better, the font size in some places, and other issues like #1832 to make the File UX better... |
Sometimes we need to copy the objectId, now when we click on this row open the edit modal, but when selecting the text on this modal title, blue area, we can't see that the text is selected.
The fix is just to not set, or remove, this CSS:
So, will use the browser default style or set a different color for the background in this style.
Current:

Should be:

The text was updated successfully, but these errors were encountered: