Revert "Update jquery.uls to a9dc11b"

Breaks VisualEditor by throwing exceptions on most key
presses and selection changes, which causes Enter and Tab
to behave very badly in VE.

This reverts commit 3499b0a1b9.

Bug: T144871
Change-Id: I0518b056e6946341cf29eb3f16378702d37086a5
This commit is contained in:
Catrope
2016-09-07 00:47:01 +00:00
parent 3499b0a1b9
commit 1400354f43
17 changed files with 139 additions and 135 deletions

View File

@@ -16,11 +16,6 @@
border-bottom-left-radius: 4px;
}
/* Override skin styling, because we are doing it ourselves */
.uls-language-list li {
margin: 0;
}
.uls-menu.callout .caret-before,
.uls-menu.callout .caret-after {
border-top: 10px solid transparent;

View File

@@ -13,6 +13,15 @@
border-radius: 0 0 5px 5px;
}
.uls-menu h3 {
border-bottom: medium none;
font-size: 14pt;
line-height: 1.5em;
margin-bottom: 10px;
margin-top: 0;
padding-left: 0;
}
#languagesettings-panels .languagesettings-menu {
padding-left: 0;
padding-right: 0;