From 4b760fccfba94950f1f141545564518d48bde3bf Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 2 Sep 2015 16:32:31 +0100 Subject: [PATCH] Reduce search refresh timeout & forgotten link fix no issue - Change timeout from 60secs to 10secs for refreshing search results - Remove white background from forgotten password link --- ghost/admin/app/components/gh-search-input.js | 2 +- ghost/admin/app/styles/layouts/auth.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ghost/admin/app/components/gh-search-input.js b/ghost/admin/app/components/gh-search-input.js index cd52cf0360..e1e9de743f 100644 --- a/ghost/admin/app/components/gh-search-input.js +++ b/ghost/admin/app/components/gh-search-input.js @@ -7,7 +7,7 @@ export default Ember.Component.extend({ selection: null, content: [], isLoading: false, - contentExpiry: 60 * 1000, + contentExpiry: 10 * 1000, contentExpiresAt: false, posts: Ember.computed.filterBy('content', 'category', 'Posts'), diff --git a/ghost/admin/app/styles/layouts/auth.css b/ghost/admin/app/styles/layouts/auth.css index f26c7a4393..bb91e578fe 100644 --- a/ghost/admin/app/styles/layouts/auth.css +++ b/ghost/admin/app/styles/layouts/auth.css @@ -37,7 +37,6 @@ bottom: 10px; padding: 0 11px 0 12px; border-left: #dae1e3 1px solid; - background: #fff; border-radius: 0; text-transform: none; letter-spacing: 0;