UI: Fixed help icon color in rule node
This commit is contained in:
		
							parent
							
								
									7e49730be6
								
							
						
					
					
						commit
						be8149a4bc
					
				@ -116,11 +116,12 @@
 | 
			
		||||
        <mat-form-field class="mat-block" subscriptSizing="dynamic">
 | 
			
		||||
          <mat-label translate>rule-node-config.polygon-definition</mat-label>
 | 
			
		||||
          <input matInput formControlName="polygonsDefinition" required>
 | 
			
		||||
          <mat-icon matSuffix class="m-2 cursor-pointer" aria-hidden="false" aria-label="help-icon"
 | 
			
		||||
          <mat-icon matSuffix class="help-icon m-2 cursor-pointer" aria-hidden="false" aria-label="help-icon"
 | 
			
		||||
                    color="primary"
 | 
			
		||||
                    matTooltip="{{ 'rule-node-config.polygon-definition-hint' | translate }}">
 | 
			
		||||
            help
 | 
			
		||||
          </mat-icon>
 | 
			
		||||
          <mat-hint></mat-hint>
 | 
			
		||||
          <mat-error *ngIf="geoActionConfigForm.get('polygonsDefinition').hasError('required')">
 | 
			
		||||
            {{ 'rule-node-config.polygon-definition-required' | translate }}
 | 
			
		||||
          </mat-error>
 | 
			
		||||
 | 
			
		||||
@ -22,6 +22,7 @@
 | 
			
		||||
    <mat-icon class="help-icon m-2 cursor-pointer"
 | 
			
		||||
              aria-hidden="false"
 | 
			
		||||
              aria-label="help-icon"
 | 
			
		||||
              color="primary"
 | 
			
		||||
              matSuffix
 | 
			
		||||
              matTooltip="{{ 'rule-node-config.custom-table-hint' | translate }}">
 | 
			
		||||
      help
 | 
			
		||||
 | 
			
		||||
@ -76,9 +76,10 @@
 | 
			
		||||
          requiredText="{{ 'rule-node-config.default-ttl-required' | translate }}"
 | 
			
		||||
          minErrorText="{{ 'rule-node-config.min-default-ttl-message' | translate }}"
 | 
			
		||||
          formControlName="defaultTTL">
 | 
			
		||||
          <mat-icon class="mr-2 cursor-pointer"
 | 
			
		||||
          <mat-icon class="help-icon mr-2 cursor-pointer"
 | 
			
		||||
                    aria-hidden="false"
 | 
			
		||||
                    aria-label="help-icon"
 | 
			
		||||
                    color="primary"
 | 
			
		||||
                    matSuffix
 | 
			
		||||
                    matTooltip="{{ 'rule-node-config.default-ttl-hint' | translate }}">
 | 
			
		||||
            help
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user