-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add subheader and divider support to lists #257
Conversation
|
||
```html | ||
<md-list> | ||
<md-subheader>Folders</md-subheader> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we not want to do something like
<h3 md-subheader> ...
?
I don't recall if we talked about doing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, now that you mention it, we did talk about it. I can update it to be an attribute selector.
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from #784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes #257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
- remove `overflow: hidden` that breaks TOC stickiness - made sure to keep the Material Table examples from overflowing afterwards via changes to `component-viewer.scss` - revert change from angular#784 to make small breakpoint 939 instead of 959 as it isn't consistent with our Sass breakpoints or the Material layout spec - use alternative to `router-outlet + *` styling - use constants for more media query breakpoints - add some missing Sass imports - move $sidenav-width to constants - update constants to include different horizontal padding for guides and sidenav content - update copyright year - add stylePreprocessorOptions for shorter Sass imports - add .nvmrc since Angular projects only support NodeJS 12 atm Fixes angular#257
r: @jelbourn
Related: #107