Skip to content

Invalid number UI aesthetics #37

@nethsix

Description

@nethsix

Issue 1:

If you key in invalid phone, the border of phone input box becomes red but the country drop down box does not making it look weird.

image

Fix 1:

.has-error .country-button {
   border-color: #c8362e !important
 }

Issue 2:

In the response mode, i.e., when the width is shrunk, the border of country drop down box turns red but the phone number input box border does not.

image

Fix 2:

.has-error .input-verify-mobile {
  border-color: #c8362e !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions