This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 174
174
175
175
.mdc-card__action-icons {
176
176
@include mdc-feature-targets ($feat-color ) {
177
- @include mdc-theme-prop (color , text - icon - on - background );
177
+ @include mdc-theme-prop (color , $mdc-card-action-icon-color );
178
178
}
179
179
180
180
@include mdc-feature-targets ($feat-structure ) {
264
264
265
265
.mdc-card__action--icon :not (:disabled ) {
266
266
@include mdc-feature-targets ($feat-color ) {
267
- @include mdc-theme-prop (color , text - icon - on - background );
267
+ @include mdc-theme-prop (color , $mdc-card-action-icon-color );
268
268
}
269
269
}
270
270
Original file line number Diff line number Diff line change 21
21
//
22
22
23
23
@import " @material/theme/mixins" ;
24
+ @import " @material/theme/variables" ;
24
25
26
+ $mdc-card-action-icon-color : rgba (mdc-theme-prop-value (on-surface ), mdc-theme-text-emphasis (medium )) !default ;
25
27
$mdc-card-outline-color : mix (mdc-theme-prop-value (on-surface ), mdc-theme-prop-value (surface ), 12% ) !default ;
26
28
$mdc-card-outline-width : 1px !default ;
Original file line number Diff line number Diff line change 160
160
}
161
161
},
162
162
"spec/mdc-card/classes/media.html" : {
163
- "public_url" : " https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/11/02/14_50_15_747 /spec/mdc-card/classes/media.html?utm_source=golden_json" ,
163
+ "public_url" : " https://storage.googleapis.com/mdc-web-screenshot-tests/kfranqueiro/2019/03/25/21_32_26_116 /spec/mdc-card/classes/media.html?utm_source=golden_json" ,
164
164
"screenshots" : {
165
- "desktop_windows_chrome@latest" : " https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/11/02/14_50_15_747 /spec/mdc-card/classes/media.html.windows_chrome_69 .png" ,
166
- "desktop_windows_firefox@latest" : " https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/11/02/14_50_15_747 /spec/mdc-card/classes/media.html.windows_firefox_62 .png" ,
167
- "desktop_windows_ie@11" : " https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/11/02/14_50_15_747 /spec/mdc-card/classes/media.html.windows_ie_11.png"
165
+ "desktop_windows_chrome@latest" : " https://storage.googleapis.com/mdc-web-screenshot-tests/kfranqueiro/2019/03/25/21_32_26_116 /spec/mdc-card/classes/media.html.windows_chrome_72 .png" ,
166
+ "desktop_windows_firefox@latest" : " https://storage.googleapis.com/mdc-web-screenshot-tests/kfranqueiro/2019/03/25/21_32_26_116 /spec/mdc-card/classes/media.html.windows_firefox_65 .png" ,
167
+ "desktop_windows_ie@11" : " https://storage.googleapis.com/mdc-web-screenshot-tests/kfranqueiro/2019/03/25/21_32_26_116 /spec/mdc-card/classes/media.html.windows_ie_11.png"
168
168
}
169
169
},
170
170
"spec/mdc-card/mixins/color-and-shape.html" : {
You can’t perform that action at this time.
0 commit comments