Commit 91ce444c authored by Simon Knox's avatar Simon Knox

Merge branch 'whats-new-notification-count-badge' into 'master'

Switch to gl-badge in whats new dropdown

See merge request gitlab-org/gitlab!58235
parents 339e55b4 b33a5660
......@@ -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;
}
......@@ -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
---
title: Switch to gl-badge in whats new dropdown
merge_request: 58235
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment