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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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, |
|
|
|
|