-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
[x] Bug
What is the expected behavior?
Expecting ripple effect on buttons
What is the current behavior?
On click ripple effect makes my button wide and ripple color appears like in image below
#### What are the steps to reproduce?<button md-button md-ripple [md-ripple-color]="rippleColor" (click)="openSideNav($event)" type="button"
*ngIf="navigationUrl!=='/' && navigationUrl!=='/login'">
<md-icon>menu</md-icon>
</button>
Providing a Plunker (or similar) is the best way to get the team to see your issue.
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Angular material alpha.7, chrome 52.0.2743.116 (64-bit) MacOS Sierra
Is there anything else we should know?
I'm trying to use the ripple effects on buttons am I missing something? I have my imports like this:
imports: [
BrowserModule,
MdCardModule,
MdInputModule,
MdIconModule,
MdListModule,
MdSidenavModule,
MdToolbarModule,
MdButtonModule,
MdTabsModule,
MdRippleModule,
ReactiveFormsModule,
MdMenuModule,
FormsModule,
RouterModule.forRoot([...routes], {})
]
antonmoiseev, mwymann, Invis1ble, olehreznichenko, romanovma and 10 more
Metadata
Metadata
Assignees
Labels
No labels