File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ $mat-form-field-box-dedupe: 0;
45
45
scale ($font-scale );
46
46
width : 100% / $font-scale + $mat-form-field-box-dedupe ;
47
47
48
- // Prevent text bluriness when label is floating.
49
- backface-visibility : initial ;
50
-
51
48
$mat-form-field-box-dedupe : $mat-form-field-box-dedupe + 0.00001 !global;
52
49
}
53
50
Original file line number Diff line number Diff line change @@ -109,9 +109,6 @@ $mat-form-field-dedupe: 0;
109
109
scale ($font-scale );
110
110
width : 100% / $font-scale + $mat-form-field-dedupe ;
111
111
112
- // Prevent text bluriness when label is floating.
113
- backface-visibility : initial ;
114
-
115
112
$mat-form-field-dedupe : $mat-form-field-dedupe + 0.00001 !global;
116
113
}
117
114
Original file line number Diff line number Diff line change @@ -9,13 +9,7 @@ $mat-form-field-legacy-underline-height: 1px !default;
9
9
10
10
11
11
.mat-form-field-variant-legacy {
12
- .mat-form-field-label-wrapper {
13
- filter : initial ;
14
- }
15
-
16
12
.mat-form-field-label {
17
- backface-visibility : initial ;
18
-
19
13
transform : perspective (100px );
20
14
-ms-transform : none ;
21
15
}
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ $mat-form-field-default-infix-width: 180px !default;
78
78
height : 100% ;
79
79
overflow : hidden ;
80
80
pointer-events : none ; // We shouldn't catch mouse events (let them through).
81
-
82
- // Helps prevent text jumpiness when transforming the label.
83
- filter : blur (0 );
84
81
}
85
82
86
83
// The label itself. This is invisible unless it is. The logic to show it is
@@ -108,9 +105,6 @@ $mat-form-field-default-infix-width: 180px !default;
108
105
// Hide the label initially, and only show it when it's floating or the control is empty.
109
106
display : none ;
110
107
111
- // Helps prevent text jumpiness when transforming the label.
112
- backface-visibility : hidden ;
113
-
114
108
[dir = ' rtl' ] & {
115
109
transform-origin : 100% 0 ;
116
110
left : auto ;
You can’t perform that action at this time.
0 commit comments