mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Use CSS inset shorthand (#30939)
				
					
				
			Use [inset](https://developer.mozilla.org/en-US/docs/Web/CSS/inset) shorthand instead of longhands. There may be more cases but these ones I was able to definitely identify.
This commit is contained in:
		| @@ -204,10 +204,7 @@ | ||||
|  | ||||
| .markup input[type="checkbox"]::after { | ||||
|   position: absolute; | ||||
|   left: 0; | ||||
|   top: 0; | ||||
|   bottom: 0; | ||||
|   right: 0; | ||||
|   inset: 0; | ||||
|   pointer-events: none; | ||||
|   background: var(--color-text); | ||||
|   mask-size: cover; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user