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

The readonly state does not have specific styling for :focus for text input #167

Open
Quenty opened this issue May 24, 2018 · 0 comments
Open

Comments

@Quenty
Copy link

Quenty commented May 24, 2018

The readonly state in winstrap is not supported by winstrap text inputs in a user friendly way.

While it is partially supported because bootstrap has it, mousing over/selecting text results in interactions that do not make it clear the field is readonly.

Current readonly state:
image

Focused readonly state:
image

This is very similar to the active state of an editable field, making it unclear if the field can be edited. This is in difference to the field in the bootstrap css readonly, which continues to maintain clarity.

Expected behavior is that the background remains grayed out, and preferably, the text in the actual readonly field is more gray than the provider field.

@Quenty Quenty changed the title The readonly state does not have specific styling for :active for text input The readonly state does not have specific styling for :focus for text input May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant