1
1
@import ' ../theming/theming' ;
2
2
3
3
4
- $mdRippleFocused -opacity : 0.1 ;
4
+ $md-ripple-focused -opacity : 0.1 ;
5
5
$md-ripple-background-fade-duration : 300ms ;
6
6
$md-ripple-background-default-color : rgba (0 , 0 , 0 , 0.0588 );
7
7
$md-ripple-foreground-initial-opacity : 0.25 ;
@@ -15,7 +15,7 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
15
15
overflow : hidden ;
16
16
}
17
17
18
- [md-ripple ].mdRippleUnbounded {
18
+ [md-ripple ].md-ripple-unbounded {
19
19
overflow : visible ;
20
20
}
21
21
@@ -30,15 +30,15 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
30
30
bottom : 0 ;
31
31
}
32
32
33
- .mdRippleUnbounded .md-ripple-background {
33
+ .md-ripple-unbounded .md-ripple-background {
34
34
display : none ;
35
35
}
36
36
37
37
.md-ripple-background.md-ripple-active {
38
38
opacity : 1 ;
39
39
}
40
40
41
- .mdRippleFocused .md-ripple-background {
41
+ .md-ripple-focused .md-ripple-background {
42
42
opacity : 1 ;
43
43
}
44
44
@@ -64,8 +64,8 @@ $md-ripple-foreground-default-color: rgba(0, 0, 0, 0.0588);
64
64
@mixin md-ripple-theme ($theme ) {
65
65
$accent : map-get ($theme , accent );
66
66
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 );
69
69
}
70
70
}
71
71
0 commit comments