Legacy dropdown improvements
What does this MR do and why?
Fixes the height of the dropdown button from 34px
to 32px
to align with all other form elements, new dropdown and buttons. Also adds the new :hover
& :focus
states for consistency reasons.
Screenshots or screen recordings
Before | After |
---|---|
Default | Default |
Hover | Hover |
Focus | Focus |
How to set up and validate locally
Good pages to test this are:
- New Issue (e.g. http://gdk.test:3000/flightjs/Flight/-/issues/new)
- New/Edit MR (e.g. http://gdk.test:3000/flightjs/Flight/-/merge_requests/1/edit)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.