Merge pull request #13364 from vvlladd28/bug/rule-node/help-icon-color

Fixed help icon color in rule node
This commit is contained in:
Viacheslav Klimov 2025-05-12 14:27:58 +03:00 committed by GitHub
commit cc9ac82b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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

View File

@ -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