diff options
| author | Iftekharul Islam <iislam@us.ibm.com> | 2017-06-05 09:44:50 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
| commit | 4390b02c1f8afa6348faf7b6195f59dbca4f9fbe (patch) | |
| tree | bc194eb79407f41e791fd089d45dbf6a883d86f2 /app/common/directives/log-event.html | |
| parent | 9486f54a178726dae75d60eab305dee1ecabe796 (diff) | |
| download | phosphor-webui-4390b02c1f8afa6348faf7b6195f59dbca4f9fbe.tar.gz phosphor-webui-4390b02c1f8afa6348faf7b6195f59dbca4f9fbe.zip | |
Accessibility fixes
- Add tab index order to navigation.
- Minor CSS changes.
Change-Id: I402d3cb8c1ac14bd930a5efcf472c1d249cfe00a
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/directives/log-event.html b/app/common/directives/log-event.html index bf2cc1f..70d7dee 100644 --- a/app/common/directives/log-event.html +++ b/app/common/directives/log-event.html @@ -15,7 +15,7 @@ <label class="control-check"> <input type="checkbox" name="events__check" ng-click="event.selected= ! event.selected" ng-checked="event.selected"/> - <span class="control__indicator"></span> + <div class="control__indicator"></div> </label> </div> <div class="column small-9 large-9 event-log__event-info" |

