Update jquery.uls to 3161b34

* language-data update: Add Western Armenian to known languages
* Stop rendering languages twice on initial display
* Style adjustments for no-results
* package.json: maintenance updates
* Localisation updates

In addition to the jquery.uls update, this patch contains local
style customization for no-results view as specified in T175235.

Bug: T175235
Bug: T185086
Change-Id: I51645554413dbaa80e02fec8f9115f4de409fb06
This commit is contained in:
Santhosh Thottingal
2018-02-02 12:01:20 +05:30
committed by Nikerabbit
parent 3a0f01643b
commit 453a4458e6
9 changed files with 58 additions and 14 deletions

View File

@@ -55,3 +55,16 @@
opacity: 1;
cursor: pointer;
}
.uls-menu .uls-no-results-view {
.uls-no-found-more {
background-color: #fff;
}
h3 {
padding: 0 28px;
margin: 0;
color: #54595d;
font-size: 1em;
font-weight: normal;
}
}