Revert "Added transition to theme switch."

This reverts commit 5d467622f4.
This commit is contained in:
2020-04-02 03:19:45 +02:00
parent 5d467622f4
commit 0ad1a5e049
14 changed files with 44 additions and 39 deletions

View File

@@ -93,11 +93,9 @@ export default {
outline: none;
font-size: 1rem;
outline: none;
transition: background var(--theme-transition), color var(--theme-transition);
&::placeholder {
color: var(--shadow);
transition: color var(--theme-transition);
}
&::-webkit-search-cancel-button {