UI: help popup button improvements
This commit is contained in:
parent
11d2478ae6
commit
d936d9a7aa
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user