From 6e2cb978428ba078ebe0d171a69322308ab48d48 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Thu, 24 Dec 2020 20:58:16 +0530 Subject: Fixed icon or text only button accessibility - Add sr-only element to icon only buttons - Removed title from text only buttons Signed-off-by: Suren Neware Change-Id: Ica57dec70401c04a9d7506306a406fe394e52113 --- src/components/Global/InfoTooltip.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Global/InfoTooltip.vue') diff --git a/src/components/Global/InfoTooltip.vue b/src/components/Global/InfoTooltip.vue index 5d604503..c91109d1 100644 --- a/src/components/Global/InfoTooltip.vue +++ b/src/components/Global/InfoTooltip.vue @@ -4,9 +4,9 @@ variant="link" class="btn-tooltip btn-icon-only" :title="title" - :aria-label="$t('global.ariaLabel.tooltip')" > + {{ $t('global.ariaLabel.tooltip') }} -- cgit v1.2.3