Skip to content

Commit 98049ab

Browse files
committed
chore: min width
1 parent f26f53a commit 98049ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/ffe-datepicker/less/dateinput.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
display: block;
1010
}
1111

12-
&:has([aria-invalid='true']){
12+
&:has([aria-invalid='true']), &:has([aria-invalid='true']):hover{
1313
border-color: var(--ffe-g-error-color);
1414
border-style: solid;
1515
}
@@ -22,6 +22,10 @@
2222
&__field {
2323
padding-block: var(--ffe-spacing-2xs);
2424

25+
&-year {
26+
min-width: 4ch;
27+
}
28+
2529
&:focus {
2630
background-color: var(--ffe-farge-frost-30);
2731
outline: none;

0 commit comments

Comments
 (0)