Skip to content

Commit

Permalink
💄 Remove underline when Combobox is disabled (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiy93 committed Mar 19, 2024
1 parent 3d328f2 commit 6380fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/amplify-components",
"version": "7.3.0",
"version": "7.3.1",
"description": "Frontend Typescript components for the Amplify team",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Inputs/ComboBox/ComboBox.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Container = styled.div<ContainerProps>`
&:has(input:disabled) {
cursor: not-allowed;
box-shadow: inset 0 -1px 0 0 ${EDSColors.interactive.disabled__text.rgba};
box-shadow: none;
> svg:not([role='progressbar']) {
cursor: not-allowed;
fill: ${EDSColors.interactive.disabled__text.rgba};
Expand Down

0 comments on commit 6380fa1

Please sign in to comment.