Skip to content

Commit

Permalink
Fix select styles in Safari (#455)
Browse files Browse the repository at this point in the history
Closes #454
  • Loading branch information
kirillplatonov authored Oct 23, 2024
1 parent 600dbd9 commit 1428d9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/polaris_view_components.css

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

7 changes: 7 additions & 0 deletions app/assets/stylesheets/polaris_view_components/custom.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,10 @@ html[class~="Polaris-Summer-Editions-2023"] {
width: 100%;
}
}

/* Select */

/* Fix for Safari bug: https://github.com/baoagency/polaris_view_components/issues/454 */
select.Polaris-Select__Input {
font-weight: 400;
}

0 comments on commit 1428d9e

Please sign in to comment.