2021-01-19 11:41:14 +01:00

12 lines
216 B
SCSS

:host {
.addon-calendar-eventtype-container.item-select-disabled {
ion-label, ion-select {
opacity: 1;
}
ion-select::part(icon) {
display: none;
}
}
}