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 f456e85 commit cafefbfCopy full SHA for cafefbf
src/lib/list/list.scss
@@ -43,9 +43,11 @@ $mat-list-item-inset-divider-offset: 72px;
43
height: $base-height;
44
-webkit-tap-highlight-color: transparent;
45
46
- // Override the user agent styling if the list item is a button.
47
- width: 100%;
+ // Button resets.
+ border: none;
48
+ background: none;
49
padding: 0;
50
+ width: 100%;
51
52
.mat-list-item-content {
53
display: flex;
0 commit comments