mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	reset(css): disable focus only on toc and go-to-top button
revert "css: reset: disbale highlight on focus"
This reverts commit 94b67a5dc9.
			
			
This commit is contained in:
		| @@ -48,3 +48,7 @@ | |||||||
| .top-link:hover { | .top-link:hover { | ||||||
|     color: var(--primary); |     color: var(--primary); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .top-link:focus { | ||||||
|  |     outline: none; | ||||||
|  | } | ||||||
|   | |||||||
| @@ -257,6 +257,10 @@ | |||||||
|     margin-inline-start: var(--gap); |     margin-inline-start: var(--gap); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .toc summary:focus { | ||||||
|  |     outline: none; | ||||||
|  | } | ||||||
|  |  | ||||||
| .post-footer { | .post-footer { | ||||||
|     margin-top: 56px; |     margin-top: 56px; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -131,7 +131,3 @@ img { | |||||||
|         height: 2px; |         height: 2px; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| *:focus { |  | ||||||
|     outline:none; |  | ||||||
| } |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange