Merge pull request #8812 from ArtemDzhereleiko/AD/imp/rule-chain/rule-chain-icon
Added icon for rule chain selector
This commit is contained in:
commit
3b30769e44
@ -15,8 +15,11 @@
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
<mat-form-field class="tb-rule-select" subscriptSizing="dynamic">
|
||||
<mat-icon matPrefix>settings_ethernet</mat-icon>
|
||||
<mat-select fxFlex
|
||||
class="tb-rule-chain-select"
|
||||
hideSingleSelectionIndicator="false"
|
||||
[required]="required"
|
||||
[disabled]="disabled"
|
||||
[(ngModel)]="ruleChainId"
|
||||
@ -25,3 +28,4 @@
|
||||
{{ruleChain.name}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
@ -19,8 +19,16 @@
|
||||
padding: 0 6px;
|
||||
.tb-rule-chain-select {
|
||||
display: flex;
|
||||
height: 48px;
|
||||
min-height: 100%;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
:host ::ng-deep {
|
||||
.mat-mdc-form-field.tb-rule-select .mdc-text-field {
|
||||
.mat-mdc-form-field-infix {
|
||||
min-height: 48px;
|
||||
padding: 12px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user