Fix inaccessible dropdown for code-less projects
This commit is contained in:
parent
154cb8eef4
commit
2953fb12f8
2 changed files with 7 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: "Notification setting", "aria-label" => "Notification setting: #{notification_title(notification_setting.level)}", data: { container: "body", toggle: "modal", target: "#" + notifications_menu_identifier("modal", notification_setting), display: 'static' } }
|
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: "Notification setting", "aria-label" => "Notification setting: #{notification_title(notification_setting.level)}", data: { container: "body", toggle: "modal", target: "#" + notifications_menu_identifier("modal", notification_setting), display: 'static' } }
|
||||||
= icon("bell", class: "js-notification-loading")
|
= icon("bell", class: "js-notification-loading")
|
||||||
= notification_title(notification_setting.level)
|
= notification_title(notification_setting.level)
|
||||||
%button.btn.dropdown-toggle{ data: { toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting) } }
|
%button.btn.dropdown-toggle{ data: { toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), flip: "false" } }
|
||||||
= icon('caret-down')
|
= icon('caret-down')
|
||||||
.sr-only Toggle dropdown
|
.sr-only Toggle dropdown
|
||||||
- else
|
- else
|
||||||
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: "Notification setting", "aria-label" => "Notification setting: #{notification_title(notification_setting.level)}", data: { container: "body", toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), display: 'static' } }
|
%button.dropdown-new.btn.btn-default.has-tooltip.notifications-btn#notifications-button{ type: "button", title: "Notification setting", "aria-label" => "Notification setting: #{notification_title(notification_setting.level)}", data: { container: "body", toggle: "dropdown", target: notifications_menu_identifier("dropdown", notification_setting), flip: "false" } }
|
||||||
= icon("bell", class: "js-notification-loading")
|
= icon("bell", class: "js-notification-loading")
|
||||||
= notification_title(notification_setting.level)
|
= notification_title(notification_setting.level)
|
||||||
= icon("caret-down")
|
= icon("caret-down")
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix inaccessible dropdown for code-less projects
|
||||||
|
merge_request: 22137
|
||||||
|
author:
|
||||||
|
type: other
|
Loading…
Reference in a new issue