We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d548245 commit 3b5e244Copy full SHA for 3b5e244
src/lib/core/option/_option.scss
@@ -31,7 +31,7 @@
31
}
32
33
34
- .md-option-pseudo-checkbox {
+ .mat-option-pseudo-checkbox {
35
$margin: $mat-menu-side-padding / 2;
36
margin-right: $margin;
37
src/lib/core/option/option.html
@@ -1,4 +1,4 @@
1
-<md-pseudo-checkbox class="md-option-pseudo-checkbox" *ngIf="multiple"
+<md-pseudo-checkbox class="mat-option-pseudo-checkbox" *ngIf="multiple"
2
[state]="selected ? 'checked' : ''" color="primary"></md-pseudo-checkbox>
3
<ng-content></ng-content>
4
<div class="mat-option-ripple" *ngIf="!disabled" md-ripple [mdRippleTrigger]="_getHostElement()">
0 commit comments