Merge pull request #40 from amire80/clean_IDs
Remove superfluous element names where ID is specified Reviewed by Pau.
This commit is contained in:
@@ -138,7 +138,8 @@ div.uls-region {
|
||||
transition: opacity 0.15s linear;
|
||||
}
|
||||
|
||||
.map-block:hover, .map-block:hover a {
|
||||
.map-block:hover,
|
||||
.map-block:hover a {
|
||||
opacity: 1;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
this.top = this.options.top;
|
||||
this.shown = false;
|
||||
this.initialized = false;
|
||||
this.$languageFilter = this.$menu.find( 'input#languagefilter' );
|
||||
this.$languageFilter = this.$menu.find( '#languagefilter' );
|
||||
this.$regionFilters = this.$menu.find( '.uls-region' );
|
||||
this.$resultsView = this.$menu.find( 'div.uls-language-list' );
|
||||
this.render();
|
||||
|
||||
Reference in New Issue
Block a user