Merge pull request #9285 from kalutkaz/fix/helpPopupType
Add type "button" for help popup
This commit is contained in:
		
						commit
						9505b302e7
					
				@ -34,6 +34,7 @@
 | 
			
		||||
  <div #toggleHelpTextButton
 | 
			
		||||
       (click)="toggleHelp()">
 | 
			
		||||
    <button mat-button
 | 
			
		||||
            type="button"
 | 
			
		||||
            color="primary"
 | 
			
		||||
            class="tb-help-popup-text-button"
 | 
			
		||||
            [class]="{'mat-mdc-outlined-button mdc-button--outlined': popoverVisible && popoverReady,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user