mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-30 22:20:13 -04:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | {{/* TODO: remove filename variable */}} | ||
|  | {{- $filename := .filename | default "" -}} | ||
|  | {{- $display := site.Params.highlight.copy.display | default "hover" -}} | ||
|  | {{- $copyCode := (T "copyCode") | default "Copy code" -}} | ||
|  | 
 | ||
|  | 
 | ||
|  | <div class="hextra-code-copy-btn-container {{ if eq $display `hover` }}hx-opacity-0{{ end }} hx-transition group-hover/code:hx-opacity-100 hx-flex hx-gap-1 hx-absolute hx-m-[11px] hx-right-0 {{ if $filename }}hx-top-8{{ else }}hx-top-0{{ end }}"> | ||
|  |   <button | ||
|  |     class="hextra-code-copy-btn hx-group/copybtn hx-transition-all active:hx-opacity-50 hx-bg-primary-700/5 hx-border hx-border-black/5 hx-text-gray-600 hover:hx-text-gray-900 hx-rounded-md hx-p-1.5 dark:hx-bg-primary-300/10 dark:hx-border-white/10 dark:hx-text-gray-400 dark:hover:hx-text-gray-50" | ||
|  |     title="{{ $copyCode }}" | ||
|  |   > | ||
|  |     <div class="copy-icon group-[.copied]/copybtn:hx-hidden hx-pointer-events-none hx-h-4 hx-w-4"></div> | ||
|  |     <div class="success-icon hx-hidden group-[.copied]/copybtn:hx-block hx-pointer-events-none hx-h-4 hx-w-4"></div> | ||
|  |   </button> | ||
|  | </div> |