mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix emoji tooltip flickering because onMouseOut&onMouseOver fired when moving between children
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									c000583099
								
							
						
					
					
						commit
						71b4aab5dc
					
				|  | @ -34,12 +34,17 @@ limitations under the License. | |||
|         background-color: $reaction-row-button-selected-bg-color; | ||||
|         border-color: $reaction-row-button-selected-border-color; | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| .mx_ReactionsRowButton_content { | ||||
|     max-width: 100px; | ||||
|     overflow: hidden; | ||||
|     white-space: nowrap; | ||||
|     text-overflow: ellipsis; | ||||
|     padding-right: 4px; | ||||
|     // ignore mouse events for all children, treat it as one entire hoverable entity | ||||
|     * { | ||||
|         pointer-events: none; | ||||
|     } | ||||
| 
 | ||||
|     .mx_ReactionsRowButton_content { | ||||
|         max-width: 100px; | ||||
|         overflow: hidden; | ||||
|         white-space: nowrap; | ||||
|         text-overflow: ellipsis; | ||||
|         padding-right: 4px; | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski