From 02b309eff434206d5b643999428273bcc8576bc5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 17 Feb 2015 11:01:04 +0200 Subject: client: expand textanalyser input up to 80%. Fixes #239 drops animation of width because I couldn't get the plus button to animate the same. --- res/client/css/partials/input-bar.scss | 3 --- res/client/css/style.css | 3 --- 2 files changed, 6 deletions(-) (limited to 'res/client/css') diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 568c703b..3d6de74b 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -17,9 +17,6 @@ border: 1px solid $mid-grey; @include rz-box-sizing-border; background: white; - transition-property: width; - transition-duration: 200ms; - transition-timing-function: ease-in; width: 100%; &:focus { border: 1px solid $mid-grey; diff --git a/res/client/css/style.css b/res/client/css/style.css index 12466a9b..539f0e43 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -516,9 +516,6 @@ body.debug .debug-ui-right { -moz-box-sizing: border-box; box-sizing: border-box; background: white; - transition-property: width; - transition-duration: 200ms; - transition-timing-function: ease-in; width: 100%; } .input-bar:focus { border: 1px solid #919095; -- cgit v1.3.1