From d061a9d28b7a7daee698c85a0671b499b9453d24 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 30 Sep 2017 21:53:29 -0700 Subject: [PATCH 1/2] Fix line behind search icon --- frontend/scenes/Search/Search.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/scenes/Search/Search.js b/frontend/scenes/Search/Search.js index 4d5c07e5..71e0b2c8 100644 --- a/frontend/scenes/Search/Search.js +++ b/frontend/scenes/Search/Search.js @@ -143,7 +143,6 @@ const StyledArrowKeyNavigation = styled(ArrowKeyNavigation)`

Not Found

We're unable to find the page you're accessing.

-
} Date: Sat, 30 Sep 2017 22:18:10 -0700 Subject: [PATCH 2/2] Fixes #247 - Placeholder should disappear --- frontend/components/Editor/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Editor/Editor.js b/frontend/components/Editor/Editor.js index b1d96820..e711cc3a 100644 --- a/frontend/components/Editor/Editor.js +++ b/frontend/components/Editor/Editor.js @@ -260,7 +260,7 @@ const StyledEditor = styled(Editor)` } } - p:first-of-type { + p:nth-child(2) { ${Placeholder} { visibility: visible; }