12 lines
216 B
SCSS
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;
|
||
|
}
|
||
|
}
|
||
|
}
|