From d2ac76d7922fff243174ee50ab05020a5064aa6e Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Wed, 26 Aug 2020 17:23:45 -0500 Subject: Add title attribute to all icon only buttons - Title attribute allows action text to be displayed on hover - Carets in hardware status table will be addressed in a separate commit as part of Hardware status accessibility updates Signed-off-by: Dixsie Wolmers Change-Id: I58a85b6d244d1125f0b43c22d0bb456a36815097 --- src/components/Global/InputPasswordToggle.vue | 12 ++++++++++-- src/components/Global/TableDateFilter.vue | 10 ++++++++-- src/locales/en-US.json | 1 + .../Configuration/DateTimeSettings/DateTimeSettings.vue | 5 ++++- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/src/components/Global/InputPasswordToggle.vue b/src/components/Global/InputPasswordToggle.vue index 519a808f..6ac98639 100644 --- a/src/components/Global/InputPasswordToggle.vue +++ b/src/components/Global/InputPasswordToggle.vue @@ -7,8 +7,16 @@ :class="{ isVisible: isVisible }" @click="toggleVisibility" > -