We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606c28b commit 9de367dCopy full SHA for 9de367d
packages/ffe-form/less/input-field.less
@@ -29,6 +29,7 @@
29
&:focus,
30
&:active {
31
border: var(--ffe-g-border-width-focus) solid var(--ffe-g-primary-color);
32
+ box-shadow: 0 0 0 1px var(--ffe-g-primary-color);
33
outline: none;
34
}
35
@@ -64,7 +65,8 @@
64
65
66
67
&:focus {
- border-bottom: var(--ffe-g-border-width-focus) solid var(--ffe-g-primary-color);
68
+ border-bottom: var(--ffe-g-border-width-focus) solid
69
+ var(--ffe-g-primary-color);
70
71
72
&[aria-invalid='true'] {
0 commit comments