summaryrefslogtreecommitdiffstats
path: root/app/common/directives/log-event.html
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-09-28 11:25:08 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 15:04:58 -0500
commit7fea63e6afaecc8935fa0c857e5a93c19ce2e4c3 (patch)
treef8bf42cb84296df855109befb9ff7ff4812a2e33 /app/common/directives/log-event.html
parent28f55b0ca7d6e1543d7a456149f0234930955c51 (diff)
downloadphosphor-webui-7fea63e6afaecc8935fa0c857e5a93c19ce2e4c3.tar.gz
phosphor-webui-7fea63e6afaecc8935fa0c857e5a93c19ce2e4c3.zip
fixed label for accessibility
Change-Id: I00785d4edad7cf45340ccaadd96783bf748d9f16 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/directives/log-event.html')
-rw-r--r--app/common/directives/log-event.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/common/directives/log-event.html b/app/common/directives/log-event.html
index f36c316..8311a87 100644
--- a/app/common/directives/log-event.html
+++ b/app/common/directives/log-event.html
@@ -29,8 +29,8 @@
<p class="inline event__description">{{event.Severity}}</p>
</div>
<div class="column small-1 large-1">
- <button class="accord-trigger" ng-class="{'active': event.meta}"
- ng-click="event.meta = ! event.meta"></button>
+ <span class="button accord-trigger" ng-class="{'active': event.meta}"
+ ng-click="event.meta = ! event.meta" aria-hidden="true"></span>
</div>
</div>
<div class="row event__metadata-row" ng-class="{'active': event.meta}">
OpenPOWER on IntegriCloud