File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
packages/ui/src/components/TimeInput Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const timeinputWrapper = recipe({
2727 true : {
2828 selectors : {
2929 '&:active' : {
30- borderColor : theme . colors . neutral . border ,
30+ borderColor : theme . colors . neutral . borderDisabled ,
3131 boxShadow : 'none' ,
3232 } ,
3333 } ,
@@ -52,6 +52,9 @@ export const timeinputWrapper = recipe({
5252 borderColor : theme . colors . neutral . border ,
5353 boxShadow : 'none' ,
5454 } ,
55+ '&:focus-within' : {
56+ borderColor : theme . colors . neutral . border ,
57+ } ,
5558 } ,
5659 background : theme . colors . neutral . backgroundWeak ,
5760 borderColor : theme . colors . neutral . border ,
@@ -69,6 +72,9 @@ export const timeinputWrapper = recipe({
6972 '&:hover' : {
7073 borderColor : theme . colors . danger . borderHover ,
7174 } ,
75+ '&:focus-within' : {
76+ borderColor : theme . colors . danger . borderHover ,
77+ } ,
7278 } ,
7379 } ,
7480 } ,
You can’t perform that action at this time.
0 commit comments