Fix single select dropdown background style
This commit is contained in:
parent
c1c06a6b7f
commit
6f41290bc7
|
|
@ -43,6 +43,8 @@ const StyledSingleDropDown = styled(SingleDropDown)`
|
|||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
box-shadow: none;
|
||||
background: white;
|
||||
}
|
||||
.${Classes.BUTTON_TEXT} {
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ export const BlueprintCSSTransform = css`
|
|||
.${Classes.BUTTON} {
|
||||
box-shadow: none;
|
||||
border-radius: 4px;
|
||||
background: none;
|
||||
background: white;
|
||||
border: 1px solid ${Colors.GEYSER};
|
||||
}
|
||||
.${Classes.INTENT_PRIMARY} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user