Skip to content

Commit

Permalink
single select updates
Browse files Browse the repository at this point in the history
  • Loading branch information
miloofcroton committed May 8, 2019
1 parent 77d932c commit 374abfc
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/components/SingleSelect/SingleSelect.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

&&-is-invisible {
border: 0;
background-color: transparent;
}

&-content {
Expand All @@ -50,14 +51,15 @@
&-is-highlighted,
&-is-selected {
border: 2px solid @featured-color-primary-borderColor;
// background-color: @featured-color-primary-backgroundColor;
}

&-is-expanded {
z-index: @zindex-tooltip;
// background-color: @featured-color-default-backgroundColor;
}

&-is-expanded&-is-null-option {
border-bottom-width: 0px;
}

&-is-selected&-is-expanded {
background-color: @featured-color-default-backgroundColor;
}
Expand All @@ -80,14 +82,3 @@
color: @color-neutral-6;
font-weight: @font-weight-medium;
}

// .@{prefix}-DropMenu-Option-is-null {
// back
// }


// with red:
// @{prefix}-DropMenu @{prefix}-DropMenu-base @{prefix}-DropMenu-is-expanded @{prefix}-DropMenu-direction-down @{prefix}-SingleSelect

// with null:
// @{prefix}-DropMenu @{prefix}-DropMenu-base @{prefix}-DropMenu-is-expanded @{prefix}-DropMenu-direction-down @{prefix}-SingleSelect

0 comments on commit 374abfc

Please sign in to comment.