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

Cannot override legend style in outlinedtextfield #15145

Closed
AlexCppns opened this issue Apr 1, 2019 · 2 comments
Closed

Cannot override legend style in outlinedtextfield #15145

AlexCppns opened this issue Apr 1, 2019 · 2 comments
Labels
component: text field This is the name of the generic UI component, not the React module! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.

Comments

@AlexCppns
Copy link

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?

@AlexCppns
Copy link
Author

I managed to find the problem but now I am stuck because of this issue:
#13364

@oliviertassinari
Copy link
Member

@AlexCppns I'm curious. Would #15140 have helped with the overrides?

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 20, 2022
@zannager zannager added component: text field This is the name of the generic UI component, not the React module! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5. and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: text field This is the name of the generic UI component, not the React module! package: styles Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Projects
None yet
Development

No branches or pull requests

3 participants