Browse Source

feature/remove textarea styles

pull/1376/head
Marcin Marcinkowski 3 years ago
parent
commit
78800fec98
  1. 3
      apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
  2. 4
      apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.scss

3
apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html

@ -9,9 +9,8 @@
<mat-form-field appearance="outline" class="w-100"> <mat-form-field appearance="outline" class="w-100">
<mat-label i18n>Security Token</mat-label> <mat-label i18n>Security Token</mat-label>
<input <input
cdkTextareaAutosize
matInput matInput
type="password" type="text"
[(ngModel)]="data.accessToken" [(ngModel)]="data.accessToken"
/> />
</mat-form-field> </mat-form-field>

4
apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.scss

@ -1,10 +1,6 @@
:host { :host {
display: block; display: block;
textarea.mat-input-element.cdk-textarea-autosize {
box-sizing: content-box;
}
.mat-checkbox { .mat-checkbox {
::ng-deep { ::ng-deep {
label { label {

Loading…
Cancel
Save