Skip to content

Commit

Permalink
馃拕 set outline on inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Nov 23, 2020
1 parent 103e1ee commit 8ab0417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/styles/components/input.css
Expand Up @@ -8,7 +8,6 @@ select {
background: #fff;
color: #000;
font-family: inherit;
outline: none;
padding: 0 0.5em;
transition: all 0.5s;
height: 2.7em;
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/textarea.css
Expand Up @@ -3,7 +3,6 @@ textarea {
border: 1px solid var(--grey-color);
color: #000;
font-family: inherit;
outline: none;
padding: 10px;
width: 100%;
height: 200px;
Expand Down

0 comments on commit 8ab0417

Please sign in to comment.