This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,23 @@ md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) {
4
4
5
5
md-icon {
6
6
color : ' {{primary-contrast}}' ;
7
+ fill : ' {{primary-contrast}}' ;
7
8
}
8
9
9
10
& .md-accent {
10
11
background-color : ' {{accent-color}}' ;
11
12
color : ' {{accent-contrast}}' ;
13
+
14
+ .md-ink-ripple {
15
+ color : ' {{accent-contrast}}' ;
16
+ }
17
+
18
+ md-icon {
19
+ color : ' {{accent-contrast}}' ;
20
+ fill : ' {{accent-contrast}}' ;
21
+ }
12
22
}
23
+
13
24
& .md-warn {
14
25
background-color : ' {{warn-color}}' ;
15
26
color : ' {{warn-contrast}}' ;
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ md-toolbar {
30
30
min-height : $baseline-grid * 8 ;
31
31
width : 100% ;
32
32
33
+ transition : $swift-ease-in-out ;
34
+ transition-property : background-color , fill , color ;
35
+
33
36
& .md-whiteframe-z1-add , & .md-whiteframe-z1-remove {
34
37
transition : box-shadow $swift-ease-in-out-duration linear ;
35
38
}
@@ -111,6 +114,11 @@ md-toolbar {
111
114
.md-button {
112
115
margin-top : 0 ;
113
116
margin-bottom : 0 ;
117
+
118
+ & , & .md-icon-button md-icon {
119
+ transition : $swift-ease-in-out ;
120
+ transition-property : background-color , fill , color ;
121
+ }
114
122
}
115
123
& > .md-button :first-child {
116
124
margin-left : $icon-button-margin-offset ;
You can’t perform that action at this time.
0 commit comments