buildkite / frontend

🌏 The front-end application code for https://buildkite.com
MIT License
137 stars 27 forks source link

Fix the chooser select icon and positioning #770

Closed toolmantim closed 5 years ago

toolmantim commented 5 years ago

It seems the unicode character we were using in our choosers can't be coloured anymore in Safari, and our chooser has been broken as you can't tell which one is selected. This fixes that by using our icon, and makes a few small tweaks (like adding the hover background to the selected option as well).

Before:

before

After:

after