Skip to content

fix(GlListbox): Fix listbox group padding

Artur Fedorov requested to merge 2112-fix-listbox-group-padding into main

What does this MR do?

This MR resolves #2112 (closed)

Follow up for this comment

As it was suggested by @cam.x , y-padding for needs to be adjusted according to design documentation

Now it is 4px and according to design specs, it needs to be 8px


This is one of iterations to move new-dropdowns closer to pajamas design spec

Screenshots

Compare Implementation and Design specs Listbox ### Compare Implementation and Design specs Listbox
Design spec Implemetation
Screenshot_2023-01-27_at_01.18.27 Screenshot_2023-01-27_at_01.16.44
Screenshot_2023-01-27_at_01.19.51 Screenshot_2023-01-27_at_01.19.14
Screenshot_2023-01-27_at_01.22.05 Screenshot_2023-01-27_at_01.21.35
Screenshot_2023-01-27_at_01.23.23 Screenshot_2023-01-27_at_01.22.30
Screenshot_2023-01-27_at_01.24.18 Screenshot_2023-01-27_at_01.24.02
Screenshot_2023-01-27_at_01.25.09 Screenshot_2023-01-27_at_01.24.52

Disclosure

Disclosure
Type Implementation
Groups Screenshot_2023-01-27_at_01.26.59
Custom groups Screenshot_2023-01-27_at_01.28.20

Closes #2112 (closed)

Edited by Artur Fedorov

Merge request reports