Added visual hint on selected input field
This commit is contained in:
parent
25ed1056a1
commit
8d9136e358
|
@ -110,9 +110,9 @@ button {
|
|||
font-size: 0px;
|
||||
}
|
||||
.todo-text {
|
||||
padding: 8px;
|
||||
padding: 7px;
|
||||
margin: 0px;
|
||||
border: solid white 1px;
|
||||
border: solid white 2px;
|
||||
border-right: 0px;
|
||||
border-radius: 0px;
|
||||
border-bottom-left-radius: 5px;
|
||||
|
@ -121,6 +121,9 @@ button {
|
|||
|
||||
.todo-text:focus {
|
||||
outline: none;
|
||||
border-bottom-color: var(--blue);
|
||||
/* border-left-color: var(--blue);
|
||||
border-top-color: var(--blue); */
|
||||
}
|
||||
|
||||
.todo-add {
|
||||
|
|
Loading…
Reference in New Issue
Block a user