Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
style(list): overridden button and ripple default radius
Browse files Browse the repository at this point in the history
Removed button border radius when was placed instead of the list item

fixes #5177
  • Loading branch information
EladBezalel committed Nov 8, 2015
1 parent 1ae16cb commit 6aa5233
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ md-list-item {
white-space: normal;
flex-direction: inherit;
align-items: inherit;
border-radius: 0;

& > .md-ripple-container {
border-radius: 0;
}
}
&:focus {
outline: none
Expand Down

0 comments on commit 6aa5233

Please sign in to comment.