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