Skip to content

Commit

Permalink
fix(Select): disabled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jun 6, 2023
1 parent 1cbe0d7 commit d1697b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/orbit-components/src/Select/index.tsx
Expand Up @@ -161,12 +161,7 @@ const StyledSelect = styled(
&:disabled {
color: ${theme.orbit.colorTextInputDisabled};
background: ${theme.orbit.backgroundInputDisabled};
cursor: not-allowed;
&:hover {
box-shadow: inset 0 0 0 1px ${theme.orbit.borderColorInput};
}
}
${customValueText &&
Expand Down

0 comments on commit d1697b1

Please sign in to comment.