mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(split-pane): convert to shadow component, add width, max-width, and min-width vars (#19754)
resolves #17088 Co-authored-by: troyanskiy <roman.rosluk@utopix.ch>
This commit is contained in:
@ -126,6 +126,12 @@ ion-backdrop {
|
||||
// Menu Split Pane
|
||||
// --------------------------------------------------
|
||||
|
||||
:host(.menu-pane-visible) {
|
||||
width: var(--width);
|
||||
min-width: var(--min-width);
|
||||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
:host(.menu-pane-visible) .menu-inner {
|
||||
@include position-horizontal(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user