Skip to content

Commit 552887d

Browse files
committed
Fix dropdowns on toolbar and notification drawer kebab
1 parent ff80d4a commit 552887d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/notification/notification-drawer.directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
</file>
7777
<file name="notification-body.html">
7878
<div ng-if="!drawerExpanded">
79-
<div dropdown class="dropdown pull-right dropdown-kebab-pf" ng-if="notification.actions && notification.actions.length > 0">
80-
<button dropdown-toggle class="btn btn-link dropdown-toggle" type="button" id="dropdownKebabRight" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
79+
<div uib-dropdown class="dropdown pull-right dropdown-kebab-pf" ng-if="notification.actions && notification.actions.length > 0">
80+
<button uib-dropdown-toggle class="btn btn-link dropdown-toggle" type="button" id="dropdownKebabRight" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
8181
<span class="fa fa-ellipsis-v"></span>
8282
</button>
8383
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownKebabRight">

src/toolbars/toolbar-directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<div class="col-md-12">
5252
<div pf-toolbar id="exampleToolbar" config="toolbarConfig">
5353
<actions>
54-
<span class="dropdown primary-action" dropdown>
55-
<button class="btn btn-default dropdown-toggle" dropdown-toggle type="button">
54+
<span class="dropdown primary-action" uib-dropdown>
55+
<button class="btn btn-default dropdown-toggle" uib-dropdown-toggle type="button">
5656
Menu Action
5757
<span class="caret"></span>
5858
</button>

0 commit comments

Comments
 (0)