MOBILE-4544 styles: Fix modal sheet handle color
parent
e11d830a1a
commit
1e1210e9e3
|
@ -1965,6 +1965,10 @@ ion-modal {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.modal-sheet::part(handle) {
|
||||||
|
background: var(--core-header-buttons-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-popover {
|
ion-popover {
|
||||||
|
|
Loading…
Reference in New Issue