Skip to content

Commit

Permalink
Cursor default when select input is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Nov 22, 2024
1 parent ac90184 commit 504ee44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsci-io/ui-essential",
"version": "1.0.71",
"version": "1.0.72",
"description": "Material Design components created for products built by elsci.io",
"main": "src/index.js",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions src/SelectInput/SelectInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ select-input text-input {
select-input text-input .text-input__trailing-icon{
pointer-events: none;
}

select-input[disabled]{
cursor: default;
}

0 comments on commit 504ee44

Please sign in to comment.