mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Replace unstyled meter with progress (#19968)
Replace the only `<meter>` element in use with a `<progress>` which is styled properly. Also slightly adjust colors on it for better contrast. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		@@ -280,3 +280,8 @@ a.blob-excerpt:hover {
 | 
			
		||||
.viewed-file-checked-form {
 | 
			
		||||
  background-color: var(--color-primary-light-4);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#viewed-files-summary {
 | 
			
		||||
  width: 72px;
 | 
			
		||||
  height: 10px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user