Skip to content

Commit

Permalink
fix: style button with background: field
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Jun 17, 2023
1 parent 5019f42 commit f779416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ template.innerHTML = /* html */`
[part="button"] {
display: inline-flex;
align-items: center;
background-color: white;
background-color: field;
cursor: default;
appearance: none;
border-radius: .25em;
Expand Down

1 comment on commit f779416

@vercel
Copy link

@vercel vercel bot commented on f779416 Jun 17, 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-luwes.vercel.app
selectmenu-polyfill-git-main-luwes.vercel.app
selectmenu-polyfill.vercel.app

Please sign in to comment.