UI: Refactoring
This commit is contained in:
		
							parent
							
								
									07b088ddc4
								
							
						
					
					
						commit
						5b0673bd02
					
				@ -93,7 +93,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </mat-chip-row>
 | 
			
		||||
      <input matInput type="text" placeholder="{{ !disabled && (!maxDataKeysSet || keys.length < maxDataKeys) ? secondaryPlaceholder : '' }}"
 | 
			
		||||
             [class.tb-dragging]="dragIndex > -1"
 | 
			
		||||
             [class.invisible]="dragIndex > -1"
 | 
			
		||||
             style="max-width: 200px;"
 | 
			
		||||
             #keyInput
 | 
			
		||||
             formControlName="key"
 | 
			
		||||
 | 
			
		||||
@ -45,10 +45,6 @@
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-wrap: wrap;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
 | 
			
		||||
  input.tb-dragging {
 | 
			
		||||
    visibility: hidden;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mat-mdc-chip.mat-mdc-standard-chip.tb-datakey-chip {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user