-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
uniforms-bootstrap4 errorsfield not red #301
Comments
I think it should be red - inputs borders are. Maybe you'd like to submit a PR with it? I'm not an expert in bootstrap though (nor 3 or 4) so let's ask @zeroasterisk. |
Error state for Bootstrap 4 is basically just: Which is being set here:
@radekmie this looks correct to me... I have tested it on my local project using:
|
@zeroasterisk yep, it's working in the |
oh... hmmm... ok - I can make a PR which would "style" the I'd probably do it as an outline card: Is that too opinionated, or ok? |
@ggerber what do you think? I'm OK with both. |
Hi Radoslow,
I am a novice ito UI's.
But my opinion:
Cardlayout with red boder and black normal text is too vague.
Cardlayout with red background could be too loud for some people
Cardlayout with red border and red bold text may be a good compromise.
Kind regards
…On 28 June 2017 at 08:23, Radosław Miernik ***@***.***> wrote:
@ggerber <https://github.com/ggerber> what do you think? I'm OK with both.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#301 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKC35kMYddshp2oRZpZQCvIVDe9G4Z_Qks5sIfF9gaJpZM4OBzFv>
.
|
I notice that the errorsfield is red when using uniforms-antd in the demo, but not when using uniforms-bootstrap4. Is it standard styling for bootrap4 to not use a color? Without a background color of sorts the errorsfield blends in with the rest of the form making it less intuitive to see that it is actually a list of validation errors.
The text was updated successfully, but these errors were encountered: