|
20 | 20 | style="max-height: 30px;" |
21 | 21 | /> |
22 | 22 | </div> |
23 | | - <v-icon size="30" color="brown" aria-label="Fermier" title="Fermier" aria-hidden="false" role="img"> |
| 23 | + <v-icon size="30" color="brown" aria-hidden="true" title="Fermier"> |
24 | 24 | mdi-cow |
25 | 25 | </v-icon> |
26 | 26 | </div> |
|
46 | 46 | :class="$vuetify.breakpoint.mdAndUp ? 'narrow-field' : ''" |
47 | 47 | /> |
48 | 48 | </v-col> |
49 | | - <v-col md="4" class="d-flex align-center left-border" v-if="$vuetify.breakpoint.mdAndUp"> |
50 | | - <div class="d-flex pl-10"> |
51 | | - <div v-for="label in otherLabels" :key="label.title"> |
52 | | - <img |
53 | | - :src="`/static/images/quality-labels/${label.src}`" |
54 | | - :alt="label.title" |
55 | | - :title="label.title" |
56 | | - class="mr-1" |
57 | | - style="max-height: 40px;" |
58 | | - /> |
59 | | - </div> |
60 | | - <v-icon size="40" color="brown" aria-label="Fermier" title="Fermier" aria-hidden="false" role="img"> |
61 | | - mdi-cow |
62 | | - </v-icon> |
| 49 | + <v-col md="4" class="d-flex align-center pl-10 left-border" v-if="$vuetify.breakpoint.mdAndUp"> |
| 50 | + <div v-for="label in otherLabels" :key="label.title"> |
| 51 | + <img |
| 52 | + :src="`/static/images/quality-labels/${label.src}`" |
| 53 | + :alt="label.title" |
| 54 | + :title="label.title" |
| 55 | + class="mr-1" |
| 56 | + style="max-height: 40px;" |
| 57 | + /> |
63 | 58 | </div> |
| 59 | + <v-icon size="40" color="brown" alt="Fermier" title="Fermier"> |
| 60 | + mdi-cow |
| 61 | + </v-icon> |
64 | 62 | </v-col> |
65 | 63 | </v-row> |
66 | 64 |
|
|
90 | 88 | <v-card class="text-left"> |
91 | 89 | <div class="pa-4 d-flex align-center" style="background-color: #F5F5F5"> |
92 | 90 | <div class="d-flex"> |
93 | | - <v-icon color="purple" alt="" title="Externalités environnementales"> |
| 91 | + <v-icon color="purple" aria-hidden="true" title="Externalités environnementales"> |
94 | 92 | mdi-flower-tulip-outline |
95 | 93 | </v-icon> |
96 | | - <v-icon class="ml-1" color="green" alt="" title="Performance environnementale"> |
| 94 | + <v-icon class="ml-1" color="green" aria-hidden="true" title="Performance environnementale"> |
97 | 95 | mdi-chart-line |
98 | 96 | </v-icon> |
99 | 97 | </div> |
|
151 | 149 | </v-col> |
152 | 150 | <v-col md="4" class="d-flex align-center pl-10 left-border" v-if="$vuetify.breakpoint.mdAndUp"> |
153 | 151 | <div class="d-flex"> |
154 | | - <v-icon size="30" color="purple" alt="" title="Externalités environnementales"> |
| 152 | + <v-icon size="30" color="purple" aria-hidden="true" title="Externalités environnementales"> |
155 | 153 | mdi-flower-tulip-outline |
156 | 154 | </v-icon> |
157 | | - <v-icon size="30" class="ml-2" color="green" alt="" title="Performance environnementale"> |
| 155 | + <v-icon size="30" class="ml-2" color="green" aria-hidden="true" title="Performance environnementale"> |
158 | 156 | mdi-chart-line |
159 | 157 | </v-icon> |
160 | 158 | </div> |
|
0 commit comments