material-components / material-components-web

Modular and customizable Material Design UI components for the web
https://material.io/develop/web
MIT License
17.14k stars 2.15k forks source link

.mdc-notched-outline__idle should be a sub-element of .mdc-notched-outline #2404

Open moog16 opened 6 years ago

moog16 commented 6 years ago

What MDC Web Version are you using?

v0.32.0

What browser(s) is this bug affecting?

All

What OS are you using?

MacOSx 10.13.3

What are the steps to reproduce the bug?

  1. open demo pages
  2. look at notched outline html stucture

What is the expected behavior?

mdc-notched-outline__idle is a child of mdc-notched-outline

What is the actual behavior?

mdc-notched-outline__idle is sibling to mdc-notched-outline

Any other information you believe would be useful?

related PRs #2326 & #2401

lynnmercier commented 6 years ago

Somewhat related is #2415, which talks about calling Sass mixins for child components within a parent components stylesheet. Though 2415 might be a more general case than this bug.