Merge pull request #13670 from vvlladd28/improvement/help-popup/container
Enhancement help-popup container style
This commit is contained in:
commit
4c90561e8d
@ -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()">
|
||||||
|
|||||||
@ -17,10 +17,8 @@
|
|||||||
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 {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user