Skip to content

Commit 6d06fd7

Browse files
committed
master - 4639a87 fix(ripple): don't launch ripple for fake mouse events (#11997)
1 parent 12daee2 commit 6d06fd7

File tree

80 files changed

+199
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+199
-277
lines changed

_theming.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,13 +3066,12 @@ $mat-calendar-weekday-table-font-size: 11px !default;
30663066
border-color: mat-color($palette);
30673067
}
30683068

3069-
.mat-radio-inner-circle {
3069+
.mat-radio-inner-circle,
3070+
.mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
3071+
&.mat-radio-checked .mat-radio-persistent-ripple,
3072+
&:active .mat-radio-persistent-ripple {
30703073
background-color: mat-color($palette);
30713074
}
3072-
3073-
.mat-radio-ripple .mat-ripple-element {
3074-
background-color: mat-color($palette, 0.26);
3075-
}
30763075
}
30773076

30783077
@mixin mat-radio-theme($theme) {
@@ -3117,6 +3116,12 @@ $mat-calendar-weekday-table-font-size: 11px !default;
31173116
color: mat-color($foreground, disabled);
31183117
}
31193118
}
3119+
3120+
// Switch this to a solid color since we're using `opacity`
3121+
// to control how opaque the ripple should be.
3122+
.mat-ripple-element {
3123+
background-color: map_get($foreground, base);
3124+
}
31203125
}
31213126
}
31223127

autocomplete/typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Generated bundle index. Do not edit.
33
*/
44
export * from './public-api';
5-
export { MatAutocompleteOrigin as ɵa28 } from './autocomplete-origin';
5+
export { MatAutocompleteOrigin as ɵa29 } from './autocomplete-origin';

autocomplete/typings/index.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bundles/material-autocomplete.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-autocomplete.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-core.umd.js

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-core.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-core.umd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-core.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/material-datepicker.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)