You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Disable select for reaction buttons
This commit is contained in:
		@@ -24,6 +24,7 @@ limitations under the License.
 | 
				
			|||||||
    border-radius: 10px;
 | 
					    border-radius: 10px;
 | 
				
			||||||
    background-color: $reaction-row-button-bg-color;
 | 
					    background-color: $reaction-row-button-bg-color;
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
 | 
					    user-select: none;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &:hover {
 | 
					    &:hover {
 | 
				
			||||||
        border-color: $reaction-row-button-hover-border-color;
 | 
					        border-color: $reaction-row-button-hover-border-color;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user