mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Prevent code-copy btn and anchored headings from getting selected
				
					
				
			This commit is contained in:
		| @@ -59,6 +59,7 @@ pre { | ||||
|     border-radius: var(--radius); | ||||
|     padding: 0 5px; | ||||
|     font-size: 14px; | ||||
|     user-select: none; | ||||
| } | ||||
|  | ||||
| div.highlight:hover .copy-code, | ||||
|   | ||||
| @@ -366,6 +366,7 @@ h6:hover .anchor { | ||||
|     color: var(--secondary); | ||||
|     margin-inline-start: 8px; | ||||
|     font-weight: 500; | ||||
|     user-select: none; | ||||
| } | ||||
|  | ||||
| .post-content :not(table) ::-webkit-scrollbar-thumb { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange