Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
implement .circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jul 29, 2014
1 parent 66f78d5 commit 6b32d4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paper-ripple.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
overflow: hidden;
}

:host(.circle) #bg,
:host(.circle) #ripple-container {
border-radius: 50%;
overflow: hidden;
}

#ripple-container {
pointer-events: none;
position: absolute;
Expand Down

0 comments on commit 6b32d4b

Please sign in to comment.