Home | History | Annotate | Download | only in ui

Lines Matching full:removeproperty

150         this._mainElement.style.removeProperty("width");
151 this._mainElement.style.removeProperty("height");
152 this._sidebarElement.style.removeProperty("width");
153 this._sidebarElement.style.removeProperty("height");
308 this._sidebarElement.style.removeProperty("flexBasis");
310 this._mainElement.style.removeProperty("width");
311 this._mainElement.style.removeProperty("height");
312 this._sidebarElement.style.removeProperty("width");
313 this._sidebarElement.style.removeProperty("height");
315 this._resizerElement.style.removeProperty("left");
316 this._resizerElement.style.removeProperty("right");
317 this._resizerElement.style.removeProperty("top");
318 this._resizerElement.style.removeProperty("bottom");
320 this._resizerElement.style.removeProperty("margin-left");
321 this._resizerElement.style.removeProperty("margin-right");
322 this._resizerElement.style.removeProperty("margin-top");
323 this._resizerElement.style.removeProperty("margin-bottom");
547 this.element.style.removeProperty("margin-top");
548 this.element.style.removeProperty("margin-right");
549 this.element.style.removeProperty("margin-bottom");
550 this.element.style.removeProperty("margin-left");
551 this.element.style.removeProperty("transition");