Remove CSS transition for search input border-color

This commit is contained in:
Guillaume Gomez 2022-07-20 12:19:17 +02:00
parent 512db7e438
commit b8c82508df

View File

@ -984,7 +984,6 @@ table,
border-radius: 2px;
padding: 8px;
font-size: 1rem;
transition: border-color 300ms ease;
width: 100%;
}