Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
		
							parent
							
								
									926428e5ab
								
							
						
					
					
						commit
						6819cb95c9
					
				| 
						 | 
					@ -59,13 +59,3 @@
 | 
				
			||||||
.whats-new-modal-backdrop {
 | 
					.whats-new-modal-backdrop {
 | 
				
			||||||
  z-index: 699;
 | 
					  z-index: 699;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
.whats-new-notification-count {
 | 
					 | 
				
			||||||
  @include gl-bg-gray-900;
 | 
					 | 
				
			||||||
  @include gl-font-sm;
 | 
					 | 
				
			||||||
  @include gl-line-height-normal;
 | 
					 | 
				
			||||||
  @include gl-text-white;
 | 
					 | 
				
			||||||
  @include gl-vertical-align-top;
 | 
					 | 
				
			||||||
  border-radius: 20px;
 | 
					 | 
				
			||||||
  padding: 3px 10px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,5 +2,5 @@
 | 
				
			||||||
  %li
 | 
					  %li
 | 
				
			||||||
    %button.gl-justify-content-space-between.gl-align-items-center.js-whats-new-trigger{ type: 'button', class: 'gl-display-flex!' }
 | 
					    %button.gl-justify-content-space-between.gl-align-items-center.js-whats-new-trigger{ type: 'button', class: 'gl-display-flex!' }
 | 
				
			||||||
      = _("What's new")
 | 
					      = _("What's new")
 | 
				
			||||||
      %span.js-whats-new-notification-count.whats-new-notification-count
 | 
					      %span.js-whats-new-notification-count.gl-badge.badge.sm.badge-dark.badge-pill
 | 
				
			||||||
        = whats_new_most_recent_release_items_count
 | 
					        = whats_new_most_recent_release_items_count
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,5 @@
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					title: Switch to gl-badge in whats new dropdown
 | 
				
			||||||
 | 
					merge_request: 58235
 | 
				
			||||||
 | 
					author: Yogi (@yo)
 | 
				
			||||||
 | 
					type: changed
 | 
				
			||||||
		Loading…
	
		Reference in New Issue