qld-gov-au / qgds-bootstrap5

MVP development space for Queensland Government Design System (QGDS) Bootstrap 5 implementation, Dist folder located in https://github.com/qld-gov-au/qgds-qol-mvp-release
https://qld-gov-au.github.io/qgds-bootstrap5/
2 stars 3 forks source link

[QOLOE-268] Fix outline on dropdown menu item. #307

Closed elvishu closed 1 week ago

elvishu commented 1 week ago

Fix the outline is missing top border.

Before: Before - outline

After: After - outline

ghazal-salehi commented 1 week ago

image This change fixes the outline but adds that gap at the top of the dropdown. Can you please use the other approach? ::before { .. } change to: .dropdown-menu__inner::before { ... }