From 6d614170cbfa958564eb5f824234ad5a9e484344 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 05:06:10 -0500 Subject: Revert "Add Basilisk" This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8. --- .../basilisk/components/places/content/menu.xml | 617 --------------------- 1 file changed, 617 deletions(-) delete mode 100644 application/basilisk/components/places/content/menu.xml (limited to 'application/basilisk/components/places/content/menu.xml') diff --git a/application/basilisk/components/places/content/menu.xml b/application/basilisk/components/places/content/menu.xml deleted file mode 100644 index a482205f2..000000000 --- a/application/basilisk/components/places/content/menu.xml +++ /dev/null @@ -1,617 +0,0 @@ - - - - - - - - - - - - - - - - - - - - document.getAnonymousElementByAttribute(this, "class", - "menupopup-drop-indicator-bar"); - - - - document.getAnonymousElementByAttribute(this, "class", - "popup-internal-box"); - - - - PlacesUIUtils.getViewForNode(this); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - elt.boxObject.screenY + - elt.boxObject.height / 2) - elt = elt.nextSibling; - newMarginTop = elt ? elt.boxObject.screenY - sbo.screenY : - sbo.height; - } else if (scrollDir == 1) - newMarginTop = sbo.height; - - // Set the new marginTop based on arrowscrollbox. - newMarginTop += sbo.y - this._scrollBox.boxObject.y; - this._indicatorBar.firstChild.style.marginTop = newMarginTop + "px"; - this._indicatorBar.hidden = false; - - event.preventDefault(); - event.stopPropagation(); - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0) { - arrowbox.pack = "end"; - } else { - arrowbox.pack = "start"; - } - arrowbox.style.transform = "translate(0, " + -offset + "px)"; - - // The assigned side stays the same regardless of direction. - var isRTL = (window.getComputedStyle(this).direction == "rtl"); - - if (position.indexOf("start_") == 0) { - container.dir = "reverse"; - this.setAttribute("side", isRTL ? "left" : "right"); - } else { - container.dir = ""; - this.setAttribute("side", isRTL ? "right" : "left"); - } - } else if (position.indexOf("before_") == 0 || position.indexOf("after_") == 0) { - container.orient = ""; - arrowbox.orient = ""; - if (position.indexOf("_end") > 0) { - arrowbox.pack = "end"; - } else { - arrowbox.pack = "start"; - } - arrowbox.style.transform = "translate(" + -offset + "px, 0)"; - - if (position.indexOf("before_") == 0) { - container.dir = "reverse"; - this.setAttribute("side", "bottom"); - } else { - container.dir = ""; - this.setAttribute("side", "top"); - } - } - - arrow.hidden = false; - ]]> - - - - - - 0; - this.setAttribute("disablepointereventsfortransition", disablePointerEvents); - } else { - disablePointerEvents = this.getAttribute("disablepointereventsfortransition") == "true"; - } - if (!disablePointerEvents) { - this.style.removeProperty("pointer-events"); - } - ]]> - - - - - - -- cgit v1.2.3