Browse Source

Merge pull request #9285 from kalutkaz/fix/helpPopupType

Add type "button" for help popup
pull/9295/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
9505b302e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/shared/components/help-popup.component.html

1
ui-ngx/src/app/shared/components/help-popup.component.html

@ -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…
Cancel
Save