@@ -94,7 +94,7 @@ export function CategoryDataTable({
9494 < div className = { stepStyles . inputCell } >
9595 < input
9696 aria-label = { `Effectif femmes, catégorie ${ catIndex + 1 } ` }
97- className = { `fr-input ${ stepStyles . compactInput } ` }
97+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
9898 disabled = { disabled }
9999 id = { id ( "women-count" ) }
100100 inputMode = "numeric"
@@ -110,7 +110,7 @@ export function CategoryDataTable({
110110 < div className = { stepStyles . inputCell } >
111111 < input
112112 aria-label = { `Effectif hommes, catégorie ${ catIndex + 1 } ` }
113- className = { `fr-input ${ stepStyles . compactInput } ` }
113+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
114114 disabled = { disabled }
115115 id = { id ( "men-count" ) }
116116 inputMode = "numeric"
@@ -137,7 +137,7 @@ export function CategoryDataTable({
137137 < div className = { stepStyles . inputCell } >
138138 < input
139139 aria-label = { `Salaire de base annuel femmes, catégorie ${ catIndex + 1 } ` }
140- className = { `fr-input ${ stepStyles . compactInput } ` }
140+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
141141 disabled = { disabled }
142142 id = { id ( "annual-base-women" ) }
143143 inputMode = "decimal"
@@ -152,7 +152,7 @@ export function CategoryDataTable({
152152 < div className = { stepStyles . inputCell } >
153153 < input
154154 aria-label = { `Salaire de base annuel hommes, catégorie ${ catIndex + 1 } ` }
155- className = { `fr-input ${ stepStyles . compactInput } ` }
155+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
156156 disabled = { disabled }
157157 id = { id ( "annual-base-men" ) }
158158 inputMode = "decimal"
@@ -179,7 +179,7 @@ export function CategoryDataTable({
179179 < div className = { stepStyles . inputCell } >
180180 < input
181181 aria-label = { `Composantes variables annuelles femmes, catégorie ${ catIndex + 1 } ` }
182- className = { `fr-input ${ stepStyles . compactInput } ` }
182+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
183183 disabled = { disabled }
184184 id = { id ( "annual-variable-women" ) }
185185 inputMode = "decimal"
@@ -194,7 +194,7 @@ export function CategoryDataTable({
194194 < div className = { stepStyles . inputCell } >
195195 < input
196196 aria-label = { `Composantes variables annuelles hommes, catégorie ${ catIndex + 1 } ` }
197- className = { `fr-input ${ stepStyles . compactInput } ` }
197+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
198198 disabled = { disabled }
199199 id = { id ( "annual-variable-men" ) }
200200 inputMode = "decimal"
@@ -238,7 +238,7 @@ export function CategoryDataTable({
238238 < div className = { stepStyles . inputCell } >
239239 < input
240240 aria-label = { `Salaire de base horaire femmes, catégorie ${ catIndex + 1 } ` }
241- className = { `fr-input ${ stepStyles . compactInput } ` }
241+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
242242 disabled = { disabled }
243243 id = { id ( "hourly-base-women" ) }
244244 inputMode = "decimal"
@@ -253,7 +253,7 @@ export function CategoryDataTable({
253253 < div className = { stepStyles . inputCell } >
254254 < input
255255 aria-label = { `Salaire de base horaire hommes, catégorie ${ catIndex + 1 } ` }
256- className = { `fr-input ${ stepStyles . compactInput } ` }
256+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
257257 disabled = { disabled }
258258 id = { id ( "hourly-base-men" ) }
259259 inputMode = "decimal"
@@ -280,7 +280,7 @@ export function CategoryDataTable({
280280 < div className = { stepStyles . inputCell } >
281281 < input
282282 aria-label = { `Composantes variables horaires femmes, catégorie ${ catIndex + 1 } ` }
283- className = { `fr-input ${ stepStyles . compactInput } ` }
283+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
284284 disabled = { disabled }
285285 id = { id ( "hourly-variable-women" ) }
286286 inputMode = "decimal"
@@ -295,7 +295,7 @@ export function CategoryDataTable({
295295 < div className = { stepStyles . inputCell } >
296296 < input
297297 aria-label = { `Composantes variables horaires hommes, catégorie ${ catIndex + 1 } ` }
298- className = { `fr-input ${ stepStyles . compactInput } ` }
298+ className = { `fr-input ${ stepStyles . compactInput } ${ common . numericInput } ` }
299299 disabled = { disabled }
300300 id = { id ( "hourly-variable-men" ) }
301301 inputMode = "decimal"
0 commit comments