Style changes to lcd
This change is larger than it should because I came across lots of unused CSS which I removed or simplified. https://phabricator.wikimedia.org/T138235
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
this.initialized = false;
|
||||
|
||||
this.$languageFilter = this.$menu.find( '#uls-languagefilter' );
|
||||
this.$resultsView = this.$menu.find( 'div.uls-language-list' );
|
||||
this.$resultsView = this.$menu.find( '.uls-language-list' );
|
||||
|
||||
this.render();
|
||||
this.listen();
|
||||
|
||||
Reference in New Issue
Block a user