feature(3331): improve accessibility attributes for overview column titles
Signed-off-by: Luutzen Dijkstra <luutzen.dijkstra@gmail.com>
This commit is contained in:
committed by
Luka Trovic
parent
51f5b8f023
commit
7d18f3a48b
@@ -16,7 +16,10 @@
|
|||||||
<div v-else-if="isValidFilter" class="overview">
|
<div v-else-if="isValidFilter" class="overview">
|
||||||
<div v-for="columnProps in columnPropsList" class="dashboard-column" :key="columnProps.title">
|
<div v-for="columnProps in columnPropsList" class="dashboard-column" :key="columnProps.title">
|
||||||
<div class="dashboard-column__header">
|
<div class="dashboard-column__header">
|
||||||
<h3 class="dashboard-column__header-title">{{ t('deck', columnProps.title) }}</h3>
|
<h3 class="dashboard-column__header-title"
|
||||||
|
:title="columnProps.title"
|
||||||
|
:aria-label="columnProps.title"
|
||||||
|
>{{ t('deck', columnProps.title) }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="dashboard-column__list">
|
<div class="dashboard-column__list">
|
||||||
<template v-if="columnProps.sort === false">
|
<template v-if="columnProps.sort === false">
|
||||||
|
|||||||
Reference in New Issue
Block a user