Skip to content
Snippets Groups Projects
Commit 1897ee07 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

removed transition delay on key input

parent 895fef72
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, -webkit-box-shadow 0s; transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, -webkit-box-shadow 0s;
transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, box-shadow 0s; transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, box-shadow 0s;
transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, box-shadow 0s, -webkit-box-shadow 0s; transition: width 0.5s, padding 0.5s, outline-color 0s, border-color 0s, box-shadow 0s, -webkit-box-shadow 0s;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
&:focus { &:focus {
width: 200px; width: 200px;
padding: 6px 10px 6px 10px; padding: 6px 10px 6px 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment