11@import ' ../theming/theming' ;
22
33
4- $mdRippleFocused -opacity : 0.1 ;
4+ $md-ripple-focused -opacity : 0.1 ;
55$md-ripple-background-fade-duration : 300ms ;
66$md-ripple-background-default-color : rgba (0 , 0 , 0 , 0.0588 );
77$md-ripple-foreground-initial-opacity : 0.25 ;
@@ -15,7 +15,7 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
1515 overflow : hidden ;
1616 }
1717
18- [md-ripple ].mdRippleUnbounded {
18+ [md-ripple ].md-ripple-unbounded {
1919 overflow : visible ;
2020 }
2121
@@ -30,15 +30,15 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
3030 bottom : 0 ;
3131 }
3232
33- .mdRippleUnbounded .md-ripple-background {
33+ .md-ripple-unbounded .md-ripple-background {
3434 display : none ;
3535 }
3636
3737 .md-ripple-background.md-ripple-active {
3838 opacity : 1 ;
3939 }
4040
41- .mdRippleFocused .md-ripple-background {
41+ .md-ripple-focused .md-ripple-background {
4242 opacity : 1 ;
4343 }
4444
@@ -64,8 +64,8 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
6464@mixin md-ripple-theme ($theme ) {
6565 $accent : map-get ($theme , accent );
6666
67- .mdRippleFocused .md-ripple-background {
68- background-color : md-color ($accent , $mdRippleFocused -opacity );
67+ .md-ripple-focused .md-ripple-background {
68+ background-color : md-color ($accent , $md-ripple-focused -opacity );
6969 }
7070}
7171
0 commit comments