Skip to content

Commit 88adf2d

Browse files
author
Edward Xiao
committed
no message
1 parent 46cc254 commit 88adf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/Inputs/react-inputs-validation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ select {
1515
background-color: white;
1616
background-position: right center;
1717
background-repeat: no-repeat;
18-
outline: 0;
18+
/*outline: 0;*/
1919
}
2020

2121
input[type='password']:focus,
2222
input[type='phone']:focus,
2323
input[type='number']:focus,
2424
input[type='text']:focus,
2525
select:focus {
26-
outline: 0;
26+
/*outline: 0;*/
2727
}
2828

2929
select {

0 commit comments

Comments
 (0)