mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove fomantic progress module (#19760)
Replace it with HTML `<progress>` element. The bar won't go green at 100% anymore but I think it's not something that fits stylistically anyways.
This commit is contained in:
		@@ -83,21 +83,13 @@
 | 
			
		||||
      .checklist {
 | 
			
		||||
        padding-left: 5px;
 | 
			
		||||
 | 
			
		||||
        .progress-bar {
 | 
			
		||||
        progress {
 | 
			
		||||
          margin-left: 2px;
 | 
			
		||||
          width: 80px;
 | 
			
		||||
          height: 6px;
 | 
			
		||||
          display: inline-block;
 | 
			
		||||
          background-color: var(--color-secondary);
 | 
			
		||||
          overflow: hidden;
 | 
			
		||||
          border-radius: 3px;
 | 
			
		||||
          vertical-align: 2px !important;
 | 
			
		||||
 | 
			
		||||
          .progress {
 | 
			
		||||
            background-color: var(--color-secondary-dark-3);
 | 
			
		||||
            display: block;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user