Skip to content

Cannot override legend style in outlinedtextfield #15145

@AlexCppns

Description

@AlexCppns

I am trying to override the style with:

export const overrides = {
 MuiOutlinedInput: {
    notchedOutline: {
       "$legend":{
         transition: "none"
      },
      legend: {}
    }
  }
}

but it displays the changes in the wrong place in the css:

Screen Shot 2019-04-01 at 9 55 25 AM

Anything I am doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: stylesSpecific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.scope: text fieldChanges related to the text field.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions