mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge pull request #4691 from JorikSchellekens/joriks/fix-addressselector-dropdown-checkbox-overlap
Stop checkbox styling bleeding through room address selectorpull/21833/head
						commit
						aec588dada
					
				| 
						 | 
					@ -23,6 +23,7 @@ limitations under the License.
 | 
				
			||||||
    border-radius: 3px;
 | 
					    border-radius: 3px;
 | 
				
			||||||
    border: solid 1px $accent-color;
 | 
					    border: solid 1px $accent-color;
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
 | 
					    z-index: 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mx_AddressSelector.mx_AddressSelector_empty {
 | 
					.mx_AddressSelector.mx_AddressSelector_empty {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue