Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding css for searching box #423

Merged
merged 1 commit into from
Aug 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions less/menu.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//
//
// Select Menu
// ------------------------------

Expand All @@ -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 );
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down