pawelgrimm/pomi

Fix dotted border on disabled TextField global style

Opened this issue · 1 comments

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
}

Could also add bottom radius when disabled:

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