style: remove transition on focus

This commit is contained in:
Miodec 2023-09-19 22:53:33 +01:00
parent 461a274b02
commit 3ca50f93fb

View file

@ -213,6 +213,7 @@
border-radius: var(--roundness);
.text .top {
opacity: 0;
transition: none;
}
}
}