Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-04-26 06:09:44 +00:00
parent 926428e5ab
commit 6819cb95c9
3 changed files with 6 additions and 11 deletions

View File

@ -59,13 +59,3 @@
.whats-new-modal-backdrop {
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;
}

View File

@ -2,5 +2,5 @@
%li
%button.gl-justify-content-space-between.gl-align-items-center.js-whats-new-trigger{ type: 'button', class: 'gl-display-flex!' }
= _("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

View File

@ -0,0 +1,5 @@
---
title: Switch to gl-badge in whats new dropdown
merge_request: 58235
author: Yogi (@yo)
type: changed