Fix webhook delivery and issue checklist for arc-green (#15195)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
							parent
							
								
									0e7a2fb9e2
								
							
						
					
					
						commit
						cce006b857
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		|  | @ -3088,8 +3088,8 @@ td.blob-excerpt { | ||||||
| .webhook-info { | .webhook-info { | ||||||
|   padding: 7px 12px; |   padding: 7px 12px; | ||||||
|   margin: 10px 0; |   margin: 10px 0; | ||||||
|   background-color: #f8f8f8; |   background-color: var(--color-markdown-code-block); | ||||||
|   border: 1px solid #dddddd; |   border: 1px solid var(--color-secondary); | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|   font-size: 13px; |   font-size: 13px; | ||||||
|   line-height: 1.5; |   line-height: 1.5; | ||||||
|  |  | ||||||
|  | @ -60,7 +60,7 @@ | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     .desc { |     .desc { | ||||||
|       color: #999999; |       color: var(--color-text-light-2); | ||||||
| 
 | 
 | ||||||
|       a { |       a { | ||||||
|         color: inherit; |         color: inherit; | ||||||
|  | @ -86,13 +86,13 @@ | ||||||
|           width: 80px; |           width: 80px; | ||||||
|           height: 6px; |           height: 6px; | ||||||
|           display: inline-block; |           display: inline-block; | ||||||
|           background-color: #eeeeee; |           background-color: var(--color-secondary); | ||||||
|           overflow: hidden; |           overflow: hidden; | ||||||
|           border-radius: 3px; |           border-radius: 3px; | ||||||
|           vertical-align: 2px !important; |           vertical-align: 2px !important; | ||||||
| 
 | 
 | ||||||
|           .progress { |           .progress { | ||||||
|             background-color: #cccccc; |             background-color: var(--color-secondary-dark-3); | ||||||
|             display: block; |             display: block; | ||||||
|             height: 100%; |             height: 100%; | ||||||
|           } |           } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue