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:
Liam DeBeasi
2019-10-30 14:16:39 -04:00
committed by GitHub
parent 420aa66392
commit d80f45516d
10 changed files with 135 additions and 32 deletions

View File

@ -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);