Commit 252a3ad625d509f2018d71a974a375de188dc0a9

Authored by Vladyslav_Prykhodko
1 parent 6478903d

UI: Clear code after upgrade Angular

1 -/**  
2 - * Copyright © 2016-2021 The Thingsboard Authors  
3 - *  
4 - * Licensed under the Apache License, Version 2.0 (the "License");  
5 - * you may not use this file except in compliance with the License.  
6 - * You may obtain a copy of the License at  
7 - *  
8 - * http://www.apache.org/licenses/LICENSE-2.0  
9 - *  
10 - * Unless required by applicable law or agreed to in writing, software  
11 - * distributed under the License is distributed on an "AS IS" BASIS,  
12 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
13 - * See the License for the specific language governing permissions and  
14 - * limitations under the License.  
15 - */  
16 -:host ::ng-deep {  
17 - textarea.mat-input-element.cdk-textarea-autosize {  
18 - box-sizing: content-box;  
19 - }  
20 -}  
@@ -41,7 +41,7 @@ import { Subject } from 'rxjs'; @@ -41,7 +41,7 @@ import { Subject } from 'rxjs';
41 @Component({ 41 @Component({
42 selector: 'tb-security-config-lwm2m-server', 42 selector: 'tb-security-config-lwm2m-server',
43 templateUrl: './security-config-lwm2m-server.component.html', 43 templateUrl: './security-config-lwm2m-server.component.html',
44 - styleUrls: ['./security-config-lwm2m-server.component.scss'], 44 + styleUrls: [],
45 providers: [ 45 providers: [
46 { 46 {
47 provide: NG_VALUE_ACCESSOR, 47 provide: NG_VALUE_ACCESSOR,
@@ -27,8 +27,4 @@ @@ -27,8 +27,4 @@
27 .mat-tab-body { 27 .mat-tab-body {
28 padding: 16px 0; 28 padding: 16px 0;
29 } 29 }
30 -  
31 - textarea.mat-input-element.cdk-textarea-autosize {  
32 - box-sizing: content-box;  
33 - }  
34 } 30 }