Merge pull request #13670 from vvlladd28/improvement/help-popup/container

Enhancement help-popup container style
This commit is contained in:
Igor Kulikov 2025-07-17 15:55:35 +03:00 committed by GitHub
commit 4c90561e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -34,7 +34,7 @@
</button> </button>
</div> </div>
</fieldset> </fieldset>
<fieldset class="tb-help-popup-button-container" [class.hint-button]="hintMode" *ngIf="textMode"> <fieldset class="tb-help-popup-button-container" *ngIf="textMode">
<div #toggleHelpTextButton <div #toggleHelpTextButton
class="tb-toggle-help-popup-text-button" class="tb-toggle-help-popup-text-button"
(click)="toggleHelp()"> (click)="toggleHelp()">

View File

@ -17,9 +17,7 @@
width: initial; width: initial;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
&.hint-button {
line-height: 1; line-height: 1;
}
} }
.tb-help-popup-button-loading { .tb-help-popup-button-loading {