Make admonition-title un-selectable.
All admonition-title's should now be un-selectable.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0b020fc339
						
					
				
				
					commit
					a668623d9f
				
			
							
								
								
									
										4
									
								
								docs/_static/style.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/_static/style.css
									
									
									
									
										vendored
									
									
								
							@@ -727,6 +727,10 @@ p.admonition-title {
 | 
				
			|||||||
  margin: 0 -0.8rem;
 | 
					  margin: 0 -0.8rem;
 | 
				
			||||||
  padding: 0.4rem 0.6rem 0.4rem 2.5rem;
 | 
					  padding: 0.4rem 0.6rem 0.4rem 2.5rem;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
 | 
					  -moz-user-select: none;
 | 
				
			||||||
 | 
					  -webkit-user-select: none;
 | 
				
			||||||
 | 
					  -ms-user-select: none;
 | 
				
			||||||
 | 
					  user-select: none;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
p.admonition-title::before {
 | 
					p.admonition-title::before {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user