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%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
box-shadow: none;
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
.${Classes.BUTTON_TEXT} {
|
.${Classes.BUTTON_TEXT} {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ export const BlueprintCSSTransform = css`
|
||||||
.${Classes.BUTTON} {
|
.${Classes.BUTTON} {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: none;
|
background: white;
|
||||||
border: 1px solid ${Colors.GEYSER};
|
border: 1px solid ${Colors.GEYSER};
|
||||||
}
|
}
|
||||||
.${Classes.INTENT_PRIMARY} {
|
.${Classes.INTENT_PRIMARY} {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user