Skip to content

Commit

Permalink
CSS for react-select
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Aug 4, 2019
1 parent b088d80 commit 669975a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions styles/dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,31 @@
&-owner {
flex: 1;

.Select-control {
border-color: @button-border-color;
}

&.Select--single > .Select-control .Select-value.Select-value {
background: @button-background-color;
}

&.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
color: @text-color;
}

.Select-option {
background: @button-background-color;
color: @text-color;

&.is-focused {
background: @button-background-color-selected;
}

&.is-disabled {
color: @text-color-subtle;
}
}

&Option {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 669975a

Please sign in to comment.