Skip to content

Commit

Permalink
fix: disabled dropdown option, merge in next
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarbee committed Dec 2, 2024
2 parents a12ad1b + 906ca4d commit c5df43d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"swiper": "^11.1.12"
},
"peerDependencies": {
"@kyndryl-design-system/shidoka-foundation": "^2.0.0-next.14"
"@kyndryl-design-system/shidoka-foundation": "^2.0.0-next.16"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -53,7 +53,7 @@
"@commitlint/config-conventional": "^17.4.4",
"@custom-elements-manifest/analyzer": "^0.9.4",
"@kyndryl-design-system/shidoka-charts": "^2.0.0-next.1",
"@kyndryl-design-system/shidoka-foundation": "^2.0.0-next.14",
"@kyndryl-design-system/shidoka-foundation": "^2.0.0-next.16",
"@open-wc/testing": "^3.1.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/reusable/dropdown/dropdownOption.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ li {
}

&[disabled] {
color: var(--kd-color-text-link-level-disabled);

&:hover {
cursor: not-allowed;
}
Expand Down

0 comments on commit c5df43d

Please sign in to comment.