Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GridExpressionInput's border radius and highlight color conditions (
#6576) **Problem:** The border highlight of selected `GridExpressionInput` components should stay active while the dropdown is open. Also, the border radius should use the theme's value. **Fix:** Fix the inset shadow conditions so that the border is shown as blue if the _text_ input is focused (not the container), or the dropdown is open, even if the mouse is not over the dropdown trigger. In addition, update the border radius size with `UtopiaTheme.inputBorderRadius`. | Before | After | |--------|----------| | ![Kapture 2024-10-22 at 13 30 43](https://github.com/user-attachments/assets/4a56bc21-3fcd-4531-9632-20eb2d3aa6f6) | ![Kapture 2024-10-22 at 13 29 21](https://github.com/user-attachments/assets/15c397d5-db82-4af9-9fd3-9b53ff3032d9) | Fixes #6575
- Loading branch information