We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9c169 commit 915dd9bCopy full SHA for 915dd9b
src/components/list/list.scss
@@ -175,4 +175,11 @@ md-list[dense] {
175
176
@include md-line-base($md-dense-font-size);
177
}
178
+
179
+}
180
181
+md-divider {
182
+ display: block;
183
+ border-top: 1px solid md-color($md-foreground, divider);
184
+ margin: 0;
185
src/demo-app/list/list-demo.html
@@ -32,9 +32,7 @@ <h4 md-line>{{message.from}}</h4>
32
<span class="demo-secondary-text">{{message.message}}</span>
33
</p>
34
</md-list-item>
35
- </md-list>
36
-
37
- <md-list>
+ <md-divider></md-divider>
38
<md-list-item *ngFor="#message of messages">
39
<h4 md-line>{{message.from}}</h4>
40
<p md-line> {{message.subject}} </p>
0 commit comments