Skip to content

Commit

Permalink
Merge pull request #834 from openameba/fix/drop-down-select-style
Browse files Browse the repository at this point in the history
fix(spindle-ui): drop down appearance style
  • Loading branch information
yasuda-shin authored Oct 19, 2023
2 parents 1e248f3 + ebc0e83 commit 27577f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spindle-ui/src/Form/DropDown.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Layout should be set to have appropriate width with longest option text.
* Browsers automatically get the width from select element
*/
-webkit-appearance: listitem; /* To apply layout (font size, padding etc) to <select> in WebKit */
-webkit-appearance: none; /* To apply layout (font size, padding etc) to <select> in WebKit */
box-sizing: border-box;
font-size: 1em;
margin: 0;
Expand Down

0 comments on commit 27577f2

Please sign in to comment.