mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
add transitions to searchbox
This commit is contained in:
parent
d9f8abc7be
commit
d7b7a2bcca
1 changed files with 4 additions and 1 deletions
|
@ -224,6 +224,8 @@ form {
|
|||
flex-direction: row;
|
||||
border-radius: 0.25rem;
|
||||
outline: 0.25rem solid var(--bg);
|
||||
width: 240px;
|
||||
transition: width .2s ease-in-out, outline .2s ease-in-out;
|
||||
}
|
||||
|
||||
input {
|
||||
|
@ -243,6 +245,7 @@ input:focus {
|
|||
|
||||
form:focus-within {
|
||||
outline: 1px solid var(--logo);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form button {
|
||||
|
|
Loading…
Reference in a new issue