Skip to content

Commit

Permalink
fix: remove pointer events for disabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Mar 19, 2023
1 parent 14aaf9b commit dff7da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/option.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ template.innerHTML = html`
}
:host([disabled]) {
pointer-events: none;
color: rgba(16, 16, 16, 0.3);
}
Expand Down

1 comment on commit dff7da1

@vercel
Copy link

@vercel vercel bot commented on dff7da1 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

selectmenu-polyfill – ./

selectmenu-polyfill-git-main-luwes.vercel.app
selectmenu-polyfill.vercel.app
selectmenu-polyfill-luwes.vercel.app

Please sign in to comment.