From 30c4700c301d4fa6a4c8c0ad990ab9b741d8dfb6 Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Sat, 14 Oct 2017 17:28:42 +0200 Subject: [PATCH] Decrease size of search bar and remove outline (#3611) This ensures that the close button stays in the first line, and doesn't get pushed below the search icon. --- sass/custom/_paulus.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 9e7e2c3cac7..d1345929eea 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -23,13 +23,14 @@ $primary-color: #049cdb; float: right; .algolia-autocomplete { - width: calc(100% - 58px); + width: calc(100% - 64px); margin: 0 10px; } input { border: 0; width: 100%; + outline: none; } } }