From a9cc5a042a16aaf8a128ede20dd22fdde02dbeff Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 12 May 2023 10:48:21 +0300 Subject: [PATCH] UI: Fixed mat suffix icon tooltip --- ui-ngx/src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index 39885d1191..296e9b26fe 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -567,6 +567,10 @@ mat-label { } } + .mat-mdc-form-field-icon-prefix, .mat-mdc-form-field-icon-suffix { + z-index: 1; + } + .mat-toolbar.mat-mdc-table-toolbar .mat-mdc-form-field.mat-form-field-appearance-fill, .mat-mdc-form-field.mat-form-field-appearance-fill.tb-appearance-transparent { .mdc-text-field--filled {