Skip to content

Commit 8332bb7

Browse files
author
Amineta Lo
committed
fix(pfNotificationDrawer): Make expand and collapse links accessible
1 parent e1a61a2 commit 8332bb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/notification/notification-drawer.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="drawer-pf" ng-class="{'hide': $ctrl.drawerHidden, 'drawer-pf-expanded': $ctrl.drawerExpanded}">
2-
<div ng-if="$ctrl.drawerTitle" class="drawer-pf-title">
3-
<a ng-if="$ctrl.allowExpand" class="drawer-pf-toggle-expand fa fa-angle-double-left" ng-click="$ctrl.toggleExpandDrawer()"></a>
4-
<a ng-if="$ctrl.onClose" class="drawer-pf-close pficon pficon-close" ng-click="$ctrl.onClose()"></a>
2+
<div ng-if="$ctrl.drawerTitle" class="drawer-pf-title">
3+
<a href="#0" ng-if="$ctrl.allowExpand" class="drawer-pf-toggle-expand fa fa-angle-double-left" ng-click="$ctrl.toggleExpandDrawer()"></a>
4+
<a href="#0" ng-if="$ctrl.onClose" class="drawer-pf-close pficon pficon-close" ng-click="$ctrl.onClose()"></a>
55
<h3 class="text-center">{{$ctrl.drawerTitle}}</h3>
66
</div>
77
<div ng-if="$ctrl.titleInclude" class="drawer-pf-title" ng-include src="$ctrl.titleInclude"></div>

0 commit comments

Comments
 (0)