Merge branch 'fix/55956-oversized-dropdown-button-custom-notifications' into 'master'
Added `btn_class` to the dropdown for custom notifications See merge request gitlab-org/gitlab-ce!24557
This commit is contained in:
commit
8ae38ca2b7
2 changed files with 7 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: _("Notification setting - %{notification_title}") % { notification_title: notification_title(notification_setting.level) }, class: "#{btn_class}", "aria-label" => _("Notification setting - %{notification_title}") % { notification_title: notification_title(notification_setting.level) }, data: { container: "body", toggle: "modal", target: "#" + notifications_menu_identifier("modal", notification_setting), display: 'static' } }
|
||||
= sprite_icon("notifications", css_class: "icon notifications-icon js-notifications-icon")
|
||||
%span.js-notification-loading.fa.hidden
|
||||
%button.btn.dropdown-toggle{ data: { toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), flip: "false" } }
|
||||
= sprite_icon("arrow-down", css_class: "icon")
|
||||
%button.btn.dropdown-toggle{ data: { toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), flip: "false" }, class: "#{btn_class}" }
|
||||
= sprite_icon("arrow-down", css_class: "icon mr-0")
|
||||
.sr-only Toggle dropdown
|
||||
- else
|
||||
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: "Notification setting - #{notification_title(notification_setting.level)}", class: "#{btn_class}", "aria-label" => "Notification setting: #{notification_title(notification_setting.level)}", data: { container: "body", toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), flip: "false" } }
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed oversized custom project notification selector dropdown
|
||||
merge_request: 24557
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue