mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix OAuth loading state (#24788)
Fix regression from https://github.com/go-gitea/gitea/pull/24740 where the loading state was not showing because the `oauth-login-image` class was removed. Replaced the Fomantic loader with a pure CSS loader and cleaned up the HTML. Diff: https://github.com/go-gitea/gitea/pull/24788/files?diff=unified&w=1  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		| @@ -46,6 +46,11 @@ code.language-math.is-loading::after { | ||||
|   height: 1.25rem; | ||||
| } | ||||
|  | ||||
| #oauth2-login-navigator.is-loading::after { | ||||
|   width: 40px; | ||||
|   height: 40px; | ||||
| } | ||||
|  | ||||
| @keyframes fadein { | ||||
|   0% { | ||||
|     opacity: 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user