Follow-up 739847c20: don't adjust the popup anchor position

We used to need to center the anchor, but I375a76a49337d3b on oojs-ui
makes popup anchors center themselves, so this is now harmful.

Bug: T163993
Change-Id: I345727ae4175fd9d3cea024f43df802bcd401838
This commit is contained in:
Roan Kattouw 2017-05-02 10:53:19 -07:00
parent 96273e9c7b
commit dd2bdd64af

View file

@ -10,11 +10,6 @@
// the parent em sizing by dividing.
font-size: 0.875em / 0.75em;
.oo-ui-popupWidget-anchor {
// Align the popup with the center of the button
margin-left: 0.8em;
}
> .oo-ui-popupWidget-popup {
> .oo-ui-popupWidget-head {
height: 3.5em;