UI: help popup button improvements

This commit is contained in:
Igor Kulikov 2023-03-02 18:11:45 +02:00
parent 11d2478ae6
commit d936d9a7aa
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<button mat-button
color="primary"
class="tb-help-popup-text-button"
[ngClass]="{'mat-stroked-button': popoverVisible && popoverReady}">
[ngClass]="{'mat-mdc-outlined-button mdc-button--outlined': popoverVisible && popoverReady}">
<span>
<ng-container *ngIf="triggerSafeHtml">
<span [style]="triggerStyle" [innerHTML]="triggerSafeHtml"></span>

View File

@ -47,6 +47,7 @@
padding: 0 2px 0 8px;
line-height: 28px;
height: auto;
transition: border 0s;
&.mat-mdc-outlined-button {
padding: 0 1px 0 7px;
line-height: 26px;