changeset 2286:d69bd6631362

remove transition for searchbox due to side-effects
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 15 Feb 2019 13:42:08 +0100
parents 19ea2c3893e7
children 3154120af837
files client/src/components/Search.vue
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Search.vue	Fri Feb 15 13:39:44 2019 +0100
+++ b/client/src/components/Search.vue	Fri Feb 15 13:42:08 2019 +0100
@@ -77,7 +77,6 @@
 
 .searchgroup {
   margin-left: -3px;
-  transition: width 0.3s;
   width: 571px;
   overflow: hidden;
 }
@@ -133,7 +132,6 @@
 
 .smallbox {
   width: 2rem;
-  transition: 0.3s;
 }
 </style>