Skip to content

Commit

Permalink
fix(autocomplete): Use instead of
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Blumeyer <[email protected]>
  • Loading branch information
charleshansen authored and August Toman-Yih committed Aug 18, 2015
1 parent 629401b commit 100ad8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pivotal-ui/components/alpha/alpha.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install pui-react-autocomplete --save
}

.autocomplete-input {
box-shadow: 0 2px 0 $gray-7;
box-shadow: 0 2px 0 $neutral-7;
}

.autocomplete-list {
Expand All @@ -45,7 +45,7 @@ npm install pui-react-autocomplete --save
max-height: 200px;
overflow-x: hidden;
overflow-y: auto;
border: solid 1px $gray-9;
border: solid 1px $neutral-9;
border-top: 0;
}

Expand All @@ -58,24 +58,24 @@ npm install pui-react-autocomplete --save
text-decoration: none;
}
&:active {
background: $gray-9;
background: $neutral-9;
}
&.selected {
font-weight: $font-weight-em-high;
}
&.highlighted {
background: $gray-9;
background: $neutral-9;
text-decoration: none;
}
}

&.disabled {
background-color: $gray-10;
background-color: $neutral-10;
border-radius: 4px;

input {
box-shadow: none;
color: $gray-5;
color: $neutral-5;
background-color: transparent;
cursor: default;
}
Expand Down

0 comments on commit 100ad8b

Please sign in to comment.