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>
 | 
			
		||||
  </div>
 | 
			
		||||
</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
 | 
			
		||||
       class="tb-toggle-help-popup-text-button"
 | 
			
		||||
       (click)="toggleHelp()">
 | 
			
		||||
 | 
			
		||||
@ -17,9 +17,7 @@
 | 
			
		||||
  width: initial;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  &.hint-button {
 | 
			
		||||
    line-height: 1;
 | 
			
		||||
  }
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tb-help-popup-button-loading {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user