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

Fix dotted border on disabled TextField global style #18

Open
pawelgrimm opened this issue Sep 28, 2020 · 1 comment
Open

Fix dotted border on disabled TextField global style #18

pawelgrimm opened this issue Sep 28, 2020 · 1 comment
Labels
bug Something isn't working s:1 Tiny issue
Milestone

Comments

@pawelgrimm
Copy link
Owner

Issue:
image

Acceptance criteria:

  • when timer is running, field no longer displays underline
    image
MuiFilledInput-underline.Mui-disabled::before {
    border-bottom-style: dotted; // Change to hidden
}
@pawelgrimm pawelgrimm added bug Something isn't working s:1 Tiny issue labels Sep 28, 2020
@pawelgrimm
Copy link
Owner Author

Could also add bottom radius when disabled:

.MuiInputBase-root.Mui-disabled {
    color: rgba(255, 255, 255, 0.5);
    cursor: default;
    // border-radius: 4px;
}

@pawelgrimm pawelgrimm added this to the Release v0.1 milestone Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working s:1 Tiny issue
Projects
None yet
Development

No branches or pull requests

1 participant