This repository has been archived by the owner on Jul 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(o-mdc-button) fix ripple not working on btn's
- Loading branch information
RomuloCintra
committed
Dec 15, 2017
1 parent
9bb4f2f
commit 9e363c9
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
@import '@material/button/mdc-button'; | ||
:host {} | ||
@import "@material/button/mdc-button"; | ||
|
||
:host{ | ||
.mdc-button { | ||
.mdc-icon { | ||
@extend .mdc-button__icon; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters