feat(ui) : required cohérent + astérisque label + sanitisation email (MUI-41) #60
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div v-bind="$attrs">
|
||||
<div v-if="isWindowed" class="flex items-end justify-center border-b border-m-primary">
|
||||
<div v-if="isWindowed" class="flex items-center justify-center gap-[36px] border-b border-m-primary">
|
||||
<button
|
||||
type="button"
|
||||
aria-label="Onglets précédents"
|
||||
data-test="tab-prev"
|
||||
:disabled="!canPrev"
|
||||
:class="[
|
||||
'mr-[36px] pb-[6px] text-m-primary',
|
||||
'text-m-primary',
|
||||
canPrev ? 'cursor-pointer hover:text-m-primary/70' : 'cursor-not-allowed text-m-primary/30',
|
||||
]"
|
||||
@click="prev"
|
||||
@@ -55,7 +55,7 @@
|
||||
data-test="tab-next"
|
||||
:disabled="!canNext"
|
||||
:class="[
|
||||
'ml-[36px] pb-[6px] text-m-primary',
|
||||
'text-m-primary',
|
||||
canNext ? 'cursor-pointer hover:text-m-primary/70' : 'cursor-not-allowed text-m-primary/30',
|
||||
]"
|
||||
@click="next"
|
||||
|
||||
Reference in New Issue
Block a user