From 3342cad0489184b38d0e05155bb105ff7de2a9b6 Mon Sep 17 00:00:00 2001 From: Patrick Yeo Date: Fri, 24 Jan 2020 15:58:20 -0800 Subject: [PATCH] fix(clayui.com): Make Search Bar larger in small screens and search dropdown highlight should go full width fix(clayui.com): Scope secondary color to .docs-description, .clay-p so Clay CSS default color isn't overwritten by site styles fixes #2792 --- clayui.com/src/components/LayoutNav/LayoutNav.js | 4 ++-- clayui.com/src/styles/_docsearch.scss | 5 +++++ clayui.com/src/styles/_guide.scss | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/clayui.com/src/components/LayoutNav/LayoutNav.js b/clayui.com/src/components/LayoutNav/LayoutNav.js index 4f396ed56c..d2b5f39d80 100644 --- a/clayui.com/src/components/LayoutNav/LayoutNav.js +++ b/clayui.com/src/components/LayoutNav/LayoutNav.js @@ -11,7 +11,7 @@ import Search from './Search'; export default () => (