0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

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
This commit is contained in:
Hannah Wolfe 2015-09-02 16:32:31 +01:00
parent 5ea540d775
commit 4b760fccfb
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export default Ember.Component.extend({
selection: null, selection: null,
content: [], content: [],
isLoading: false, isLoading: false,
contentExpiry: 60 * 1000, contentExpiry: 10 * 1000,
contentExpiresAt: false, contentExpiresAt: false,
posts: Ember.computed.filterBy('content', 'category', 'Posts'), posts: Ember.computed.filterBy('content', 'category', 'Posts'),

View file

@ -37,7 +37,6 @@
bottom: 10px; bottom: 10px;
padding: 0 11px 0 12px; padding: 0 11px 0 12px;
border-left: #dae1e3 1px solid; border-left: #dae1e3 1px solid;
background: #fff;
border-radius: 0; border-radius: 0;
text-transform: none; text-transform: none;
letter-spacing: 0; letter-spacing: 0;