Skip to content

Commit

Permalink
UI: fix style of Level ion-select after Upgrade to Angular 19 (#2933)
Browse files Browse the repository at this point in the history
* Fix Style of Level ion-select after Upgrade to Angular 19
  • Loading branch information
Sn0w3y authored Dec 28, 2024
1 parent 86b820b commit 9a62c7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui/src/app/edge/settings/systemlog/systemlog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
</ion-col>
<ion-col>
<ion-item lines="none">
<ion-label translate class="ion-text-wrap" position="floating"
color="primary">{{filters.placeholder}}</ion-label>
<ion-select label-placement="floating" interface="popover" [multiple]="true" label="Fixed label"
fill="solid" [interfaceOptions]="{ cssClass: 'custom-ion-popover' }" type="radio"
<ion-select interface="popover" [multiple]="true" label="Level" fill="outline"
class="custom-ion-popover" style="white-space: initial; --color: var(--ion-color-primary)"
(ionDismiss)="searchOnChange($event)" style="white-space: initial;">
<ng-container *ngFor="let filter of filters.options">
<ion-select-option [value]="filter.value">{{filter.name}}
Expand Down

0 comments on commit 9a62c7a

Please sign in to comment.