From ad294d1d76f9c95e4a8d0c7de1856923a2f71bc6 Mon Sep 17 00:00:00 2001 From: David Pene Date: Fri, 28 Aug 2015 16:35:48 +1200 Subject: [PATCH] adding css for searching box --- less/menu.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/less/menu.less b/less/menu.less index 8fa78f6b7c..2906579b50 100644 --- a/less/menu.less +++ b/less/menu.less @@ -1,4 +1,4 @@ -// +// // Select Menu // ------------------------------ @@ -7,8 +7,8 @@ .Select-menu-outer { // Unfortunately, having both border-radius and allows scrolling using overflow defined on the same - // element forces the browser to repaint on scroll. However, if these definitions are split into an - // outer and an inner element, the browser is able to optimize the scrolling behavior and does not + // element forces the browser to repaint on scroll. However, if these definitions are split into an + // outer and an inner element, the browser is able to optimize the scrolling behavior and does not // have to repaint on scroll. .border-bottom-radius( @select-input-border-radius ); @@ -47,7 +47,7 @@ &:last-child { .border-bottom-radius( @select-input-border-radius ); } - + &.is-focused { background-color: @select-option-focused-bg; color: @select-option-focused-color; @@ -64,7 +64,8 @@ // no results .Select-noresults, -.Select-search-prompt { +.Select-search-prompt, +.Select-searching { box-sizing: border-box; color: @select-noresults-color; cursor: default;