mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	change animation condition from hover to active for share-buttons and terms-tags
This commit is contained in:
		| @@ -331,7 +331,7 @@ | |||||||
|     transition: transform .1s |     transition: transform .1s | ||||||
| } | } | ||||||
|  |  | ||||||
| .share-buttons svg:hover { | .share-buttons svg:active { | ||||||
|     transform: scale(.96) |     transform: scale(.96) | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ | |||||||
|     transition: transform .1s |     transition: transform .1s | ||||||
| } | } | ||||||
|  |  | ||||||
| .terms-tags a:hover { | .terms-tags a:active { | ||||||
|     background: var(--tertiary); |     background: var(--tertiary); | ||||||
|     transform: scale(.96) |     transform: scale(.96) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange