Working on simplifying drawer component.
This commit is contained in:
parent
5f909f08e9
commit
85662f7777
@ -19,10 +19,6 @@ class Drawer extends IgniteElement {
|
|||||||
background-color: #f8f9fa;
|
background-color: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
mt-drawer.absolute > .container {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
mt-drawer.left {
|
mt-drawer.left {
|
||||||
order: 0;
|
order: 0;
|
||||||
}
|
}
|
||||||
@ -124,7 +120,7 @@ class Drawer extends IgniteElement {
|
|||||||
|
|
||||||
get properties() {
|
get properties() {
|
||||||
return {
|
return {
|
||||||
show: false,
|
show: true,
|
||||||
showToggleButton: true,
|
showToggleButton: true,
|
||||||
responsive: new IgniteProperty(true, (oldValue, value) => {
|
responsive: new IgniteProperty(true, (oldValue, value) => {
|
||||||
//If responsive is false and mobile is true, set mobile to false.
|
//If responsive is false and mobile is true, set mobile to false.
|
||||||
@ -142,8 +138,7 @@ class Drawer extends IgniteElement {
|
|||||||
width: "20em",
|
width: "20em",
|
||||||
height: null,
|
height: null,
|
||||||
padding: "1em",
|
padding: "1em",
|
||||||
containerClass: null,
|
containerClass: null
|
||||||
absolute: true
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user