Merge pull request #12898 from ArtemDzhereleiko/AD/bug-fix/close-icon-btn
Fixed icon close button position
This commit is contained in:
		
						commit
						47c17405bd
					
				@ -24,7 +24,7 @@
 | 
			
		||||
         [matAutocomplete]="optionsAutocomplete">
 | 
			
		||||
  <button *ngIf="selectionFormControl.value && !disabled"
 | 
			
		||||
          type="button"
 | 
			
		||||
          class="tb-icon-24"
 | 
			
		||||
          class="tb-icon-24 mr-2"
 | 
			
		||||
          matSuffix mat-icon-button aria-label="Clear"
 | 
			
		||||
          (click)="clear()">
 | 
			
		||||
    <mat-icon class="material-icons">close</mat-icon>
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,7 @@
 | 
			
		||||
         [matAutocomplete]="unitsAutocomplete">
 | 
			
		||||
  <button *ngIf="unitsFormControl.value && !disabled && unitsFormControl.valid"
 | 
			
		||||
          type="button"
 | 
			
		||||
          class="tb-icon-24"
 | 
			
		||||
          class="tb-icon-24 mr-2"
 | 
			
		||||
          matSuffix mat-icon-button aria-label="Clear"
 | 
			
		||||
          (click)="clear()">
 | 
			
		||||
    <mat-icon class="material-icons">close</mat-icon>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user